Minimal macOS app that opens files in the Helix editor via Terminal when double-clicked in Finder.
./build.shThe app bundle will be created at dist/OpenInHelix.app.
Copy to Applications:
cp -R dist/OpenInHelix.app /Applications/- Right-click any file (e.g.,
.txt) in Finder - Select Get Info
- Under Open with, choose
OpenInHelix.app - Click Change All… to apply to all files of that type
- macOS 12.0+
- Helix editor installed (
hxin/opt/homebrew/bin/,/usr/local/bin/, or~/.cargo/bin/) - Terminal.app, Ghostty, or iTerm
- Xcode Command Line Tools (
xcode-select --install) - librsvg (
brew install librsvg)