Skip to content

pysnow530/zazu-mac-open-terminal

 
 

Repository files navigation

Open Terminal

Open terminal to the current path of the finder window.

Usage

Simply navigate, in Finder, to the directory you want to open in Terminal (or iTerm2).

Installing

Add the package to your plugins array in ~/.zazurc.json.

"pysnow530/zazu-mac-open-terminal",

Options

You can overwrite the keyboard shortcut by defining a variable with the name OpenTerminalKey.

{
  "plugins": [
    "pysnow530/zazu-mac-open-terminal"
  ]
}

The default behavior is to open the finder directory in Terminal. If you wish to use iTerm2 instead you can change that preference here as well.

{
  "name": "pysnow530/zazu-mac-open-terminal",
  "variables": {
    "terminal": "iterm2",
  },
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.7%
  • AppleScript 40.3%