Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.