rsight
Find anything on your Mac from the terminal in milliseconds.
RustmacOSSpotlight APIs
Why do I <3 that: It's awesome to build TUIs, specially when it solves your problem.
What it does
rsight is a fast terminal search tool for macOS. It searches files, folders, file contents, and AI conversations (Claude Code, Cursor, Codex) across your home directory from a single interface.
How to use
Install via Homebrew or cargo:
brew install olucasandrade/tap/rsight
# or
cargo install rsight
Launch rsight and type your query. Results stream in as you type:
rsight "user service auth"
Find every mention of a function across code and chat logs:
rsight "handleCheckout" --include-ai
Open the first match directly in your editor:
rsight "config.go" --open
Want more of that? See details here
https://github.com/olucasandrade/rsight →