blueimp / atom-open-terminal-here

Open the Terminal (Mac OS X, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut in the Atom text editor.
https://atom.io/packages/open-terminal-here
MIT License
47 stars 20 forks source link

Open iterm2? #12

Closed timothyylim closed 7 years ago

timothyylim commented 7 years ago

Great plugin! Is there any way to open iterm2 instead?

blueimp commented 7 years ago

Sure!

In the Settings of the package, this is the default Command config:

open -a Terminal.app "$PWD"

Simply change it to the following to open iTerm2 instead:

open -a iTerm.app "$PWD"
timothyylim commented 7 years ago

Perfect. Thanks.

blueimp commented 7 years ago

You're welcome. :)

Jiiiiiin commented 6 years ago

thax @blueimp