Skip to content

bbenoist/vscode-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell for VS Code

VS Code Marketplace GitHub tag GitHub issues Gitter

Description

Shell is a VS Code extension which lets you execute shell commands directly from the editor.

Example

It helps you getting more productive by not having to leave the editor for running shell commands.

Usage

Run Command

Press F1 and select the command with title: Shell: Run Command.

This will open a new input box where you will just have to type youd shell command and press Enter.

Run Command at the Location of the Active File

Press F1 and select the command with title: Shell: Run Command at Active File Location.

This will open a new input box where you will just have to type youd shell command and press Enter.

Show Command History

Press F1 and select the command with title: Shell: Show Command History.

This will open a list of previous commands which can be re-executed when pressing Enter.

Terminate Running Command

Press F1 and select the command with title: Shell: Terminate Running command.

The extension will then try to properly kill the running command with a SIGTERM.

Show Command Log

If you want to see the output of the command, press F1 and select the command with title: Shell: Show Command Log.

This will open the regular output panel on the correct stream.

Installation

Hit Ctrl+P and enter the ext install shell command. Warning: be sure to select the extension authored from bbenoist.

Issues / Feature requests

You can submit your issues and feature requests on the GitHub issues page.

Contributing

See CONTRIBUTING.md for guidelines.

GitHub license Dependency Status devDependency Status

More information

Other extensions you might like

Credits

Icon made by Freepik from www.flaticon.com.

About

Execute shell commands from VS Code

Resources

Stars

Watchers

Forks

Packages

No packages published