ccline: fuzzy-find commands with AI when you leave Neovim for the shell #3678
Unanswered
jianshuo
asked this question in
Show and tell
Replies: 1 comment
-
|
PSA: Never blindly |
Beta Was this translation helpful? Give feedback.
0 replies
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 telescope.nvim community! 🔭
Telescope users know the joy of fuzzy-finding anything in Neovim. I built something for the moments when you drop to the shell and need to find the right command.
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.For telescope users who also need quick shell answers.
Install
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bash→ https://github.com/jianshuo/ccline
Beta Was this translation helpful? Give feedback.
All reactions