You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built ccline — a micro-companion for terminal power users in the Claude ecosystem.
While tools like Vibe Kanban handle the big structured tasks, ccline handles the quick questions that pop up while you are in the terminal.
It hijacks command_not_found_handler in zsh: type a question at the prompt (2+ words), and Claude answers inline. Suggested commands are selectable with arrow keys and run in your live shell.
$ how do I see which ports are listening
lsof -i -P -n | grep LISTEN
Commands found — Enter to run:
❯ lsof -i -P -n | grep LISTEN
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I built ccline — a micro-companion for terminal power users in the Claude ecosystem.
While tools like Vibe Kanban handle the big structured tasks, ccline handles the quick questions that pop up while you are in the terminal.
It hijacks
command_not_found_handlerin zsh: type a question at the prompt (2+ words), and Claude answers inline. Suggested commands are selectable with arrow keys and run in your live shell.One-line install:
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/v0.2.2/install.sh | bashGitHub: https://github.com/jianshuo/ccline
All reactions