Skip to content

Releases: pintaste/OpenInOtty

v0.0.3 — Bilingual docs

Choose a tag to compare

@pintaste pintaste released this 17 Jul 07:01
a75caa3

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 -a fallback)

Install

  1. Download OpenInOtty-0.0.3.zip and unzip
  2. Move / replace /Applications/OpenInOtty.app
  3. 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

Choose a tag to compare

@pintaste pintaste released this 17 Jul 07:01
e3c661a

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 and tab focus <id>
  • Fallback: if otty-cli is missing or fails → open -a Otty.app <path>
  • Clearer error alerts when something goes wrong

Install

  1. Download OpenInOtty-0.0.2.zip
  2. Replace /Applications/OpenInOtty.app
  3. Re-add to the Finder toolbar if the icon looks stale (-drag)
tccutil reset AppleEvents com.local.OpenInOtty   # only if permissions are stuck

v0.0.1 — Initial release

Choose a tag to compare

@pintaste pintaste released this 17 Jul 07:00
1e8ec59

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

  1. Download OpenInOtty-0.0.1.zip and unzip
  2. Move OpenInOtty.app to /Applications
  3. Hold and drag it into the Finder toolbar
  4. Click once — allow Automation (Finder) if asked

Reset permissions

tccutil reset AppleEvents com.local.OpenInOtty