ccline: AI at the zsh prompt — terminal tool for people who record terminal GIFs #758
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 VHS community! 🎬
If you use VHS to record terminal demos, you're a terminal native who cares about showing cool things in the CLI. I built something worth recording.
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.Could also make for a pretty compelling VHS demo if you want to show it off!
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