ccline: AI at the zsh prompt — for developers who build terminal apps with Rich #4160
Unanswered
jianshuo
asked this question 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 Rich community!
Rich users obviously care about terminal output quality. I built something that adds AI to the input side of the terminal.
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 — a question, plain English, an intention — and it asks Claude AI. Answer renders as Markdown (with syntax highlighting) right in your terminal. Press Enter to run suggested commands.No browser tabs — just type your question at the zsh prompt and get an answer.
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