oth is a macOS Finder extension for opening the current directory in Terminal.
Repository: https://github.com/echooymxq/oth
App name: Open Terminal Here
Bundle IDs:
org.echooymxq.OpenTerminalHere
org.echooymxq.OpenTerminalHere.FinderSync
- Right-click blank space inside a Finder window: Terminal opens at the current Finder folder.
- Right-click a folder inside a Finder window: Terminal opens at that clicked folder.
- Right-click a file inside a Finder window: Terminal opens at that file's parent folder.
- macOS 10.14 or later
- Xcode Command Line Tools
Install Command Line Tools with:
xcode-select --installgit clone https://github.com/echooymxq/oth.git
cd oth
make installThe installer builds the app, copies it to ~/Applications/OpenTerminalHere.app, registers the Finder Sync extension, and opens the host app so macOS can show the extension management UI.
Enable Open Terminal Here Finder Extension in System Settings if macOS asks.
If it does not appear immediately, restart Finder from Activity Monitor or run:
killall FinderThis project currently builds with Command Line Tools using clang and ad-hoc signing. That is suitable for local development and testing.
make buildThe app is created at:
build/finder-sync/OpenTerminalHere.app
make uninstallLogs are written to:
~/Library/Logs/OpenTerminalHere.log
~/Library/Containers/org.echooymxq.OpenTerminalHere.FinderSync/Data/Library/Logs/OpenTerminalHereFinderSync.log
This project is distributed as source code:
- Users clone the repository from GitHub.
- Users build or install locally with
make buildormake install. - No prebuilt notarized binary is published.