th keeps your CLI knowledge organized and searchable so you stop digging through man pages. Browse tools by category, search across every command, or ask Claude in plain English and save the answer back to your own library — all in a fast native terminal UI.
# browse, search, or just ask $ th search "undo last commit" git reset --soft HEAD~1 git · undo staged commit, keep changes git revert HEAD git · new commit that undoes the last $ th ask "find files larger than 100MB" › find . -type f -size +100M saved to your library ✓
Browse tools by category with instant command previews — a native, keyboard-driven interface, not a wall of text.
SQLite FTS5 search across every tool and command. Type what you mean; get the command you need.
Ask a terminal question in plain English, get runnable commands back, and save them straight into your library.
Copy any command with a keypress, ship with a starter library (git, curl…), and export any tool as JSON to share or back up.
A finished, installable tool — go build,
drop th in your $PATH,
and it's useful immediately thanks to the starter library. The source lives on
GitHub ↗.