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
If you're here, you're already using Claude Code and care about your terminal experience enough to customize it. I built something that I think you'd find useful.
ccline hijacks zsh's command_not_found_handler. Type something that's not a real command — English, a question, an intention — and it asks Claude AI right there in your terminal. Answer renders as Markdown. Press Enter to run any suggested command.
$ show all branches sorted by last commit date
→ git branch --sort=-committerdate
→ [press Enter to run]
$ what's the difference between origin/main and HEAD
→ git log origin/main..HEAD
→ [press Enter to run]
No prefix. No ?command. Just type naturally.
Why it's interesting for Claude Code users
You're already using Claude Code for heavy-lift AI development work. ccline fills the micro-interaction gap — the quick shell questions that don't need a full Claude Code session:
"What flag does this command take?"
"How do I pipe this to grep?"
"What's the curl syntax for setting headers?"
Install both: ccstatusline keeps your Claude Code status visible; ccline answers quick shell questions without leaving the terminal.
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.
-
Hey ccstatusline community! 👋
If you're here, you're already using Claude Code and care about your terminal experience enough to customize it. I built something that I think you'd find useful.
It's called ccline.
What it does
ccline hijacks zsh's
command_not_found_handler. Type something that's not a real command — English, a question, an intention — and it asks Claude AI right there in your terminal. Answer renders as Markdown. Press Enter to run any suggested command.No prefix. No
?command. Just type naturally.Why it's interesting for Claude Code users
You're already using Claude Code for heavy-lift AI development work. ccline fills the micro-interaction gap — the quick shell questions that don't need a full Claude Code session:
Install both: ccstatusline keeps your Claude Code status visible; ccline answers quick shell questions without leaving the terminal.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY.→ https://github.com/jianshuo/ccline
Beta Was this translation helpful? Give feedback.
All reactions