https://github.com/jasongitmail/quick-launch-iterm
Adds a button to MacOS Finder to launch iTerm at currently-selected directory.
https://github.com/jasongitmail/quick-launch-iterm
efficiency finder macos
Last synced: about 1 year ago
JSON representation
Adds a button to MacOS Finder to launch iTerm at currently-selected directory.
- Host: GitHub
- URL: https://github.com/jasongitmail/quick-launch-iterm
- Owner: jasongitmail
- License: mit
- Created: 2020-04-27T01:16:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T14:38:35.000Z (about 6 years ago)
- Last Synced: 2025-02-14T02:46:58.905Z (over 1 year ago)
- Topics: efficiency, finder, macos
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Launch iTerm

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.
## Installation
1. Download [Quick Launch iTerm.app.zip](https://github.com/jasongitmail/quick-launch-iterm/releases/download/v1.0/Quick.Launch.iTerm.app.zip), unzip it, & move into `~/Applications`.
2. In Finder, hold `option command` and drag this app from your Applications directory onto the top bar of Finder. It will add itself as an icon.
## Usage
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"._
## Building
If you prefer to build the app yourself:
1. Double click `Quick Launch iTerm.scpt` to open it in Apple's Script Editor.
2. In Script Editor, use File > Export > "as application" and save to `~/Applications`.
3. To add your desired icon, right click on `Quick Launch iTerm.app` that was just created and select "Show Package Contents". Replace `Contents/Resources/droplet.icns` with your desired icons file.
4. Lastly, follow installation instructions above.