axsann / atom-terminal

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

Home Page:https://atom.io/packages/atom-terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

atom-terminal

About

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

https://atom.io/packages/atom-terminal

License:MIT License


Languages

Language:CoffeeScript 100.0%