Adds a button to MacOS Finder to launch iTerm at the currently-selected directory. Saves time versus dragging the directory to iTerm's dock icon or right clicking and then finding in the menu.
- Download Quick Launch iTerm.app.zip, unzip it, & move into
~/Applications. - In Finder, hold
option commandand drag this app from your Applications directory onto the top bar of Finder. It will add itself as an icon.
When using Finder, click this icon to open the currently-selected directory in iTerm.
Note: When using this the first time, MacOS will prompt you that the application cannot be verified. Visit System Preferences > Security & Privacy, and click "open anyway".
If you prefer to build the app yourself:
- Double click
Quick Launch iTerm.scptto open it in Apple's Script Editor. - In Script Editor, use File > Export > "as application" and save to
~/Applications. - To add your desired icon, right click on
Quick Launch iTerm.appthat was just created and select "Show Package Contents". ReplaceContents/Resources/droplet.icnswith your desired icons file. - Lastly, follow installation instructions above.
