Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeEnno/alfred-terminalfinder
Alfred workflow to open current Finder window in Terminal/iTerm and vice versa.
https://github.com/LeEnno/alfred-terminalfinder
Last synced: 7 days ago
JSON representation
Alfred workflow to open current Finder window in Terminal/iTerm and vice versa.
- Host: GitHub
- URL: https://github.com/LeEnno/alfred-terminalfinder
- Owner: LeEnno
- License: mit
- Created: 2013-03-31T10:16:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T08:13:59.000Z (about 1 year ago)
- Last Synced: 2024-10-15T23:46:19.984Z (29 days ago)
- Homepage:
- Size: 1.37 MB
- Stars: 1,116
- Watchers: 27
- Forks: 72
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-terminalfinder
Alfred workflow to open current Finder window in Terminal/iTerm and vice versa.
## Usage
Install workflow and enter following keywords depending on what you want to achieve:
- `ft`: open current **Finder** directory in **Terminal**
- `tf`: open current **Terminal** directory in **Finder**
- `fi`: open current **Finder** directory in **iTerm**
- `if`: open current **iTerm** directory in **Finder**Thanks to @olibob we also have [Path Finder](http://www.cocoatech.com/ "Path Finder 6 by Cocoatech") support:
- `pt`: open current **Path Finder** directory in **Terminal**
- `tp`: open current **Terminal** directory in **Path Finder**
- `pi`: open current **Path Finder** directory in **iTerm**
- `ip`: open current **iTerm** directory in **Path Finder**Thanks to [@raghavpillai](https://github.com/raghavpillai) we also have [Warp](https://www.warp.dev) support:
- `fw`: open current **Finder** directory in **Warp**
In addition the search result in Alfred will show you what the action will do in its subtitle, i.e. `ft`:
![Finder → Terminal](https://raw.github.com/LeEnno/alfred-terminalfinder/master/screenshot_ft.png)
## iTerm Compatibility
This workflow works with iTerm 3.x and 2.9.x. If you need support for 2.1.x, [see the `2.1.x` branch](https://github.com/LeEnno/alfred-terminalfinder/tree/2.1.x "LeEnno/alfred-terminalfinder at 2.1.x").
## Hat tip
This workflow was heavily inspired by [ssgreg's *Terminal in Finder's folder*](https://github.com/ssgreg/AlfredWorkflows/ "ssgreg/AlfredWorkflows · GitHub").