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 lightweight zsh integration for the Claude CLI that complements tools like Claude Flow.
The idea: When you are orchestrating complex agent workflows with Claude Flow, you sometimes have quick shell questions at the prompt. ccline handles those instantly without breaking your flow.
It hijacks command_not_found_handler in zsh:
Type a one-word command → normal "not found" behavior
Type two+ words in natural language → Claude answers, renders as Markdown, suggests commands you can run with one keypress in your live shell
$ how do I monitor CPU usage in real time
htop
top -d 1
Commands found — ↑/↓ to choose, Enter to run:
❯ htop
top -d 1
No extra dependencies needed if you already have the claude CLI.
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.
-
Hey Claude Flow community!
I built ccline — a lightweight zsh integration for the Claude CLI that complements tools like Claude Flow.
The idea: When you are orchestrating complex agent workflows with Claude Flow, you sometimes have quick shell questions at the prompt. ccline handles those instantly without breaking your flow.
It hijacks
command_not_found_handlerin zsh:No extra dependencies needed if you already have the
claudeCLI.GitHub: https://github.com/jianshuo/ccline | Homepage: https://ccline.jianshuo.dev
Beta Was this translation helpful? Give feedback.
All reactions