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 iTerm here? #6

Closed damassi closed 9 years ago

damassi commented 9 years ago

Is this possible?

blueimp commented 9 years ago

Sure, you can basically use any terminal application you like, by configuring the Command setting (Settings View: Installed Packages => Open Terminal Here).

Here's the setting for iTerm2 installed via Homebrew Cask:

open -a $HOME/Applications/iTerm.app "$PWD"
damassi commented 9 years ago

Thanks!

losbenos commented 5 years ago

FSPathMakeRef (..path) failed with error -43. Any idea what's causing this when I use the command above?