Open terminal to the current path of the finder window.
Simply navigate, in Finder, to the directory you want to open in Terminal (or iTerm2).
Add the package to your plugins array in ~/.zazurc.json
.
"pysnow530/zazu-mac-open-terminal",
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",
},
}