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 1 year ago
JSON representation
Atom package to open terminal on current file's directory with "ctrl-shift-t"
- Host: GitHub
- URL: https://github.com/karan/atom-terminal
- Owner: karan
- License: mit
- Created: 2014-03-11T18:17:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T21:51:34.000Z (over 9 years ago)
- Last Synced: 2025-04-04T23:29:48.761Z (about 1 year ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/atom-terminal
- Size: 1.12 MB
- Stars: 71
- Watchers: 11
- Forks: 30
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
```
