Releases: pintaste/OpenInOtty
Releases · pintaste/OpenInOtty
Release list
v0.0.3 — Bilingual docs
OpenInOtty v0.0.3
Current recommended release (aligned with rewritten main history).
What's new
- English README by default + full Chinese guide (
README-zh.md) - OpenInOtty vs OpenInTerminal explained in plain language
- Same app behavior as v0.0.2 (robust discovery, selection path, tab focus,
open -afallback)
Install
- Download
OpenInOtty-0.0.3.zipand unzip - Move / replace
/Applications/OpenInOtty.app - Hold ⌘ and drag into the Finder toolbar
Build from source
git clone https://github.com/pintaste/OpenInOtty.git
cd OpenInOtty
xcodebuild -project OpenInOtty.xcodeproj -scheme OpenInOtty \
-configuration Release -derivedDataPath build build
cp -R build/Build/Products/Release/OpenInOtty.app /Applications/v0.0.2 — Robust Otty discovery & Finder path
OpenInOtty v0.0.2
More reliable path handling and Otty launch.
What's new
- Find Otty by bundle id (Launch Services), not only
/Applications - Finder path: selection first (file → parent folder), then window, then Desktop
- Tab focus: after
tab new, match by resolved cwd andtab focus <id> - Fallback: if
otty-cliis missing or fails →open -a Otty.app <path> - Clearer error alerts when something goes wrong
Install
- Download
OpenInOtty-0.0.2.zip - Replace
/Applications/OpenInOtty.app - Re-add to the Finder toolbar if the icon looks stale (⌘-drag)
tccutil reset AppleEvents com.local.OpenInOtty # only if permissions are stuckv0.0.1 — Initial release
OpenInOtty v0.0.1
First release — a minimal Finder toolbar app for Otty.
Features
- Click the Finder toolbar icon to open the current directory in Otty
- Otty already running → new tab + focus
- Otty not running → launch Otty at that path
- Falls back to Desktop when no Finder window is open
- No Dock / menu bar icon; exits right after dispatch
Requirements
- macOS 12.0+
- Otty installed (default
/Applications/Otty.app)
Install
- Download
OpenInOtty-0.0.1.zipand unzip - Move
OpenInOtty.appto/Applications - Hold ⌘ and drag it into the Finder toolbar
- Click once — allow Automation (Finder) if asked
Reset permissions
tccutil reset AppleEvents com.local.OpenInOtty