AI-powered CLI tool that brings LLM capabilities to your terminal
LLMs for your CLI
gorilla$ gorilla 'list all files modified in the last 24 hours'$ gorilla 'explain: find . -type f -name "*.txt" -mtime -1'$ gorilla 'how do I check my disk usage in linux'