ccline: AI at the raw zsh prompt — the anti-TUI approach to terminal AI #1713
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 Bubble Tea community! 🧋
As TUI developers, you know better than anyone what makes a great terminal UX. I built something that takes a very different approach — pure shell, no TUI.
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 inline in your terminal. Press Enter to run suggested commands.No TUI, no separate app, no mode switching. Just the raw zsh prompt.
As TUI builders, I'm curious what you think about this "no UI" approach to shell AI — it's the opposite philosophy from what you build!
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