Skip to content

Terminally Swell is an extension for VS Code that eliminates repetitive typing such as "node server.js", "node index.js", etc. as well as the associated "cd ../..", "ls", etc.

License

Notifications You must be signed in to change notification settings

JoePall/terminally-swell

Repository files navigation

Terminally Swell

Description

Visual Studio Code Extension that provides shortcut keys for a new terminal.

  • shift+alt+s / shift+option+s will run "npm start" in a new terminal on the nearest directory containing a package.json file
  • shift+alt+n / shift+option+n will run "node {currentFile}" in a new terminal.
  • shift+alt+t / shift+option+t will run "npm run test" in a new terminal (experimental).
  • shift+alt+u / shift+option+u will run "git push heroku master" in a new terminal (experimental)
  • shift+alt+p / shift+option+p will open a new terminal to the current file location.

Requirements

  • Node must be installed and the active file must be of type .js extension for all node commands.
  • Git must be installed for all git commands.
  • Heroku must be installed for heroku commands.
  • npm must be installed for npm commands.

Author

Author: JOSIAH POWELL

GitHub: JoePall

Made with ❤ and ☕ from Overbrook, KS

About

Terminally Swell is an extension for VS Code that eliminates repetitive typing such as "node server.js", "node index.js", etc. as well as the associated "cd ../..", "ls", etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published