ccline: type natural language at your zsh prompt, get AI answers — for Claude Code users #218
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.
Hey Claude Code Usage Monitor community! 👋
If you're tracking your Claude Code usage, you're clearly a power user who's integrating AI deeply into your workflow. I built something that takes that a step further.
It's called ccline.
What it does
ccline hijacks zsh's
command_not_found_handler. When you type something at your zsh prompt that isn't a real command — a question, plain English, an intention — it asks Claude AI and renders the Markdown answer right in your terminal. Press Enter to run any suggested command.Why it's useful for Claude Code users
You're already using Claude Code for serious dev work. ccline fills the micro-interaction gap — the quick shell questions between Claude Code sessions:
No separate chat window. No alt-tab. Just type at the prompt.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY. Uses the same Anthropic account as your Claude Code.→ https://github.com/jianshuo/ccline
All reactions