ccline: AI at the zsh prompt — for kitty power users #10127
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 kitty community! 🐱
If you're using kitty, you're clearly someone who cares about terminal performance and features. I built something that adds a useful layer to your terminal workflow.
It's ccline — natural language at the zsh prompt.
What it does
ccline hijacks zsh's
command_not_found_handler. Type something that isn't a real command — plain English, a question, an intention — and it asks Claude AI. The answer renders as Markdown right in your terminal. Press Enter to run suggested commands.No extra windows, no browser tabs — just type your question at the prompt and get an answer.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY. Works in kitty, any terminal emulator, any zsh setup.→ https://github.com/jianshuo/ccline
All reactions