ccline: AI at the zsh prompt — complement to terminal tools like delta #2172
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 delta community! 📊
Delta users clearly care about their terminal experience enough to configure a custom diff viewer. I built something in that spirit.
It's ccline — AI at your 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, a description — and it asks Claude AI right in your terminal. Answer renders as Markdown. Press Enter to run suggested commands.Quick answers, right at the prompt.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY. Works alongside delta and any other git tools.→ https://github.com/jianshuo/ccline
All reactions