Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiospampinato/vscode-open-in-terminal
Adds a few commands for opening the current project in Terminal.
https://github.com/fabiospampinato/vscode-open-in-terminal
extension open-in terminal vsc vscode
Last synced: 2 months ago
JSON representation
Adds a few commands for opening the current project in Terminal.
- Host: GitHub
- URL: https://github.com/fabiospampinato/vscode-open-in-terminal
- Owner: fabiospampinato
- License: mit
- Created: 2017-07-19T22:00:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T18:57:41.000Z (11 months ago)
- Last Synced: 2024-10-04T20:05:15.152Z (4 months ago)
- Topics: extension, open-in, terminal, vsc, vscode
- Language: TypeScript
- Homepage:
- Size: 687 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# Open in Terminal
Adds a few commands for opening the current project in Terminal.
It can be configured to use whichever terminal app you want.
## Install
Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-in-terminal), or run the following in the command palette:
```shell
ext install fabiospampinato.vscode-open-in-terminal
```## Usage
It adds 4 commands to the command palette:
```js
'Open in Terminal' // Open the current folder in the terminal
'Open Root in Terminal' // Open the current project in the terminal
'Open in Integrated Terminal' // Open the current folder in the integrated terminal
'Open Root in Integrated Terminal' // Open the current project in the integrated terminal
```## Settings
```js
{
"openInTerminal.app": "Terminal" // The name of your terminal app
}
```## License
MIT © Fabio Spampinato