Skip to content

amjith/zazu-mac-open-terminal

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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) and hit the keyboard shortcut cmd+shift+s and this plugin will open it for you.

Installing

Add the package to your plugins array in ./zazurc.js.

'amjith/zazu-mac-open-terminal',

Options

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

{
  name: 'amjith/zazu-mac-open-terminal',
  variables: {
    OpenTerminalKey: 'alt+shift+t',
  },
}

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: 'amjith/zazu-mac-open-terminal',
  variables: {
    OpenTerminalKey: 'alt+shift+t',
    terminal: 'iterm2',
  },
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •