ccline: AI at the zsh prompt when you need a shell command just doesn't have #3363
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 just community! ⚡
just users are people who care about making their command-line workflows clean and reproducible. I built something that fills the gap when just doesn't have the recipe you need.
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 — English, a description — and it asks Claude AI. Answer renders as Markdown. Press Enter to run.When you need something that isn't in your Justfile yet, ccline is the fast path.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY.→ https://github.com/jianshuo/ccline
All reactions