ccline: AI answers at the zsh prompt — complement to gitui #2961
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 gitui community! 🛠️
Like lazygit and gitui users, I love keyboard-driven terminal workflows. But I kept hitting a gap: forgetting less-common git commands that aren't in the TUI.
So I built ccline — AI 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, an intention, plain English — and it asks Claude AI right in your terminal. Answer renders as Markdown. Press Enter to run.Quick git answers without leaving your terminal flow.
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