ccline — zsh shell integration using the claude CLI, type thoughts at your prompt and run the answer #1301
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.
-
I built ccline — a zsh shell companion that brings the
claudeCLI to your everyday terminal workflow.The concept: Instead of switching to a Claude window to ask a shell question, you type it directly at your zsh prompt.
ccline hijacks
command_not_found_handler. When you type something that is not a real command:Any shell commands in the answer appear in an arrow-key selection menu — hit Enter and they execute in your live shell (so
cd,export, and shell history all persist).Install (one line):
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/v0.2.2/install.sh | bashRequires zsh + the
claudeCLI (which you already have if you use Claude Code). No other dependencies — not evenglow(though it will use it for nicer Markdown if installed).GitHub: https://github.com/jianshuo/ccline | Homepage: https://ccline.jianshuo.dev
Happy to hear your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions