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
AI/ML engineers spend a lot of time in the terminal. I built ccline for when you forget the exact command:
$ how do I start a Haystack REST API server
$ how to index documents with Haystack from the CLI
$ how do I check GPU memory in Python one-liner
$ pip command to install haystack with all extras
ccline uses zsh's command_not_found_handler — any unrecognized text at your prompt becomes a question to Claude.
Install:
brew install jianshuo/tap/ccline
# Add to ~/.zshrc: source $(brew --prefix)/share/ccline/ccline.zsh
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 Haystack community! 👋
AI/ML engineers spend a lot of time in the terminal. I built ccline for when you forget the exact command:
ccline uses zsh's
command_not_found_handler— any unrecognized text at your prompt becomes a question to Claude.Install:
brew install jianshuo/tap/ccline # Add to ~/.zshrc: source $(brew --prefix)/share/ccline/ccline.zshGitHub: https://github.com/jianshuo/ccline
For AI engineers who want AI everywhere, including their shell 🤖
Beta Was this translation helpful? Give feedback.
All reactions