Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avamsi/sublimeshell
A small plugin that provides a shell interface to Sublime Text.
https://github.com/avamsi/sublimeshell
Last synced: 3 months ago
JSON representation
A small plugin that provides a shell interface to Sublime Text.
- Host: GitHub
- URL: https://github.com/avamsi/sublimeshell
- Owner: avamsi
- Created: 2015-05-18T10:26:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T09:04:01.000Z (about 9 years ago)
- Last Synced: 2023-03-01T13:35:36.324Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 326 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SublimeShell
A small plugin that provides a shell interface to Sublime Text.### Installation
1. Install [Package Control](https://packagecontrol.io/installation).
2. Add this [repository](https://github.com/krikx/SublimeShell/).
```
Preferences ❯ Package Control ❯ Package Control: Add Repository
Add https://github.com/krikx/SublimeShell/
```3. Install SublimeShell.
```
Preferences ❯ Package Control ❯ Package Control: Install Package
Choose SublimeShell
```4. Or alternately just clone this repository in the "packages" folder.
```
Preferences ❯ Browse Packages...
git clone https://github.com/krikx/SublimeShell
```### Key Bindings
* Use ctrl + enter to run a series of commands.
* Use ctrl + shift + enter to run a single command.