ccline: AI at the zsh prompt — for benchmark-minded terminal power users #901
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 hyperfine community! ⏱️
If you're using hyperfine to benchmark your shell commands, you're clearly a terminal power user who cares about precision. I built something that adds AI to the shell itself.
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 — and it asks Claude AI. Answer renders as Markdown. Press Enter to run.When you need a quick answer before deciding what to benchmark — ccline is there.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY.→ https://github.com/jianshuo/ccline
All reactions