You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I built ccline — a small zsh companion for the Claude CLI ecosystem.
What it does: Hijacks command_not_found_handler so that typing a natural-language question at your shell prompt goes to Claude instead of failing. The answer is rendered as Markdown; suggested commands run in your live shell.
$ how do I find files bigger than 100MB here
find . -maxdepth 1 -type f -size +100M
Commands found — ↑/↓ to choose, Enter to run:
❯ find . -maxdepth 1 -type f -size +100M
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I built ccline — a small zsh companion for the Claude CLI ecosystem.
What it does: Hijacks
command_not_found_handlerso that typing a natural-language question at your shell prompt goes to Claude instead of failing. The answer is rendered as Markdown; suggested commands run in your live shell.Install:
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/v0.2.2/install.sh | bashIf you are a Claude agents power user who already has the
claudeCLI installed, ccline adds zero friction — it just works with what you already have.GitHub: https://github.com/jianshuo/ccline
Beta Was this translation helpful? Give feedback.
All reactions