Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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").