ccline — AI answers at your zsh prompt, a perfect fit for the minimalist Mac workflow #152
Closed
jianshuo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
If you're curating a minimal, efficient Mac setup, ccline fits right in. It adds zero UI — it's just a shell hook that makes your terminal smarter.
When you type something at the shell prompt that isn't a command, instead of "command not found", ccline routes it to Claude/Codex:
No new window. No new app. Just your existing terminal, smarter.
It hooks into zsh's
command_not_found_handler. Your normal commands work exactly as before.curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashWorks with
claudeCLI (Claude Code) andcodexCLI. One .zshrc addition.Beta Was this translation helpful? Give feedback.
All reactions