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
LLM developers who use LlamaIndex often work in the terminal. I built ccline for quick shell help:
$ how do I install llama-index with all extras
$ python one-liner to check my OpenAI API key is valid
$ how to run a LlamaIndex query engine from the CLI
$ how to profile a Python script with line_profiler
ccline uses zsh's command_not_found_handler — type your question at the prompt, get a Claude answer with optional command execution.
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 LlamaIndex community! 👋
LLM developers who use LlamaIndex often work in the terminal. I built ccline for quick shell help:
ccline uses zsh's
command_not_found_handler— type your question at the prompt, get a Claude answer with optional command execution.Install:
brew install jianshuo/tap/ccline # Add to ~/.zshrc: source $(brew --prefix)/share/ccline/ccline.zshGitHub: https://github.com/jianshuo/ccline
For LLM developers who want AI assistance everywhere in their workflow 🤖
Beta Was this translation helpful? Give feedback.
All reactions