Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karan/atom-terminal

Atom package to open terminal on current file's directory with "ctrl-shift-t"
https://github.com/karan/atom-terminal

Last synced: about 2 months ago
JSON representation

Atom package to open terminal on current file's directory with "ctrl-shift-t"

Awesome Lists containing this project

README

        

# atom-terminal

Open terminal on current file's directory with `ctrl-shift-t`.

Open a terminal in the project's root directory with `alt-shift-t`.

Keybindings: `ctrl-shift-t`, `alt-shift-t`

Install: `apm install atom-terminal`

Config:
```coffeescript
"atom-terminal":
# only necessary if standard config doesn't find terminal app
app: "/path/to/your/favorite/terminal"
args: "--useThisOptionWhenLaunchingTerminal"
```

![atom-terminal](https://raw.github.com/karan/atom-terminal/master/terminal.gif)