Open the Terminal (Mac OS X, Linux) or Git-Bash terminal (Windows) in the given directory via context menu or keyboard shortcut.
Platform | Keyboard shortcut |
---|---|
Mac OS X | ctrl-cmd-t |
Windows | ctrl-alt-t |
Linux | ctrl-alt-t |
Platform | Keyboard shortcut |
---|---|
Mac OS X | alt-cmd-t |
Windows | ctrl-alt-shift-t |
Linux | ctrl-alt-shift-t |
Application
as new document.Run Applescript
as Automator action.TerminalTab.app
to your Applications folder.open-terminal-here
settings, set Command
to
open -a TerminalTab.app "$PWD"
.sudo apt-get install -y xdotool
chmod +x ./terminal-tab.sh
sudo mv ./terminal-tab.sh /usr/local/bin/terminal-tab
open-terminal-here
settings, set Command
to
terminal-tab
.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.