#macos #productivity #launcher #cli

app open-here

Quickly open any app in the folder you're currently in

1 stable release

Uses new Rust 2024

3.0.0 Dec 11, 2025

#45 in #launcher

MIT license

2.5MB
72 lines

oh

Quickly open any app in the folder you're currently in (Open Here)

Crates.io Downloads License

Install

cargo install open-here

Usage

Run oh in any directory and use the fuzzy finder to select an application. The selected app will open with the current directory as its target.

$ oh

Perfect for quickly opening the current folder in apps like:

  • Android Studio – open a project
  • VS Code – open a workspace
  • Finder – browse files
  • Sourcetree – open a git repo

How it works

  1. Scans /Applications for installed apps
  2. Presents a fuzzy-searchable list
  3. Opens the selected app with the current directory (.) as the argument

Note: macOS only

Created by

Cesar Ferreira

License

MIT © Cesar Ferreira

Dependencies

~2–13MB
~94K SLoC