ccline: AI at the zsh prompt when tldr doesn't have what you need #22788
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 tldr community! 📖
tldr users are exactly the people I built ccline for. You already know the value of quick command lookup — but tldr is limited to existing cheatsheets for known commands.
I built ccline for when you need something tldr doesn't have yet.
What it does
ccline hijacks zsh's
command_not_found_handler. Type something that isn't a real command — a question, a description, plain English — and it asks Claude AI. Answer renders as Markdown right in your terminal. Press Enter to run suggested commands.The difference:
They complement each other perfectly.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY. Takes seconds to set up.→ https://github.com/jianshuo/ccline
All reactions