Skip to content

Add ccline - zsh natural language shell integration with Claude CLI#377

Open
jianshuo wants to merge 1 commit into
jqueryscript:mainfrom
jianshuo:add-ccline
Open

Add ccline - zsh natural language shell integration with Claude CLI#377
jianshuo wants to merge 1 commit into
jqueryscript:mainfrom
jianshuo:add-ccline

Conversation

@jianshuo

Copy link
Copy Markdown

ccline

ccline brings Claude Code's intelligence to your everyday terminal workflow.

Type any natural-language thought directly at your zsh prompt (no command, no prefix needed). ccline hijacks command_not_found_handler:

  • One word → treated as a normal typo
  • Two or more words → sent to Claude (preferred) or Codex (fallback)

The answer is rendered as Markdown inline. If it contains shell commands, an arrow-key menu lets you confirm and run them directly in your live shellcd, export, history all persist.

$ how do I find files bigger than 100MB here

    find . -maxdepth 1 -type f -size +100M

Commands found — ↑/↓ to choose, Enter to run, q to cancel:
 ❯ find . -maxdepth 1 -type f -size +100M

Install (one line): curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/v0.2.2/install.sh | bash

GitHub: https://github.com/jianshuo/ccline | Homepage: https://ccline.jianshuo.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant