ccline: AI answers rendered as Markdown in your zsh prompt — you'll feel right at home #974
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 glow community! 🌟
If you use glow, you already appreciate Markdown rendered beautifully in the terminal. I built something that brings that same experience to AI answers at the zsh prompt.
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. The answer renders as Markdown right in your terminal (with code blocks, bold, headers). Press Enter to run any suggested command.Since you're already a fan of Markdown in the terminal, you'll feel right at home with ccline's output.
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