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
GraphRAG users work with complex AI workflows. I built ccline — quick AI help at your zsh shell:
$ how do I run graphrag indexing from the command line
$ how to check if neo4j is running locally
$ python command to verify my Azure OpenAI connection
$ how to time a long-running Python script
ccline uses zsh's command_not_found_handler — any unrecognized text at your shell 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 GraphRAG community! 👋
GraphRAG users work with complex AI workflows. I built ccline — quick AI help at your zsh shell:
ccline uses zsh's
command_not_found_handler— any unrecognized text at your shell 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 researchers and developers who want AI across their entire workflow 🔬
Beta Was this translation helpful? Give feedback.
All reactions