ccline: AI at the zsh prompt — for gh CLI users who want shell questions answered inline #13627
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 gh CLI community! 🐙
If you use the GitHub CLI (
gh), you're someone who prefers doing things in the terminal. I built something that extends that to any shell question.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.For gh CLI users who sometimes forget the exact flags — ccline fills the gap.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bash→ https://github.com/jianshuo/ccline
Beta Was this translation helpful? Give feedback.
All reactions