ccline: ask your shell anything — built for developers who use lazydocker #812
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 lazydocker community! 🐳
Lazydocker users know that good terminal tooling makes a real difference. I built something that adds AI to the shell layer itself.
It's ccline.
What it does
ccline hijacks zsh's
command_not_found_handler. When you type something at your zsh prompt that isn't a real command — a question, plain English, an intention — it asks Claude AI. Answer renders as Markdown right in your terminal. Press Enter to run suggested commands.No Google, no Stack Overflow, no extra tab. Just type your question at the prompt.
Why it works for lazydocker users
Lazydocker gives you a great TUI for viewing Docker state. But for unusual Docker commands, multi-step operations, or "how do I..." questions, ccline fills the gap right at the zsh prompt.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashRequires
ANTHROPIC_API_KEY.→ https://github.com/jianshuo/ccline
All reactions