gorilla-cli

AI-powered CLI tool that brings LLM capabilities to your terminal

brewmacoslinux
Try with needOr install directly
Source

About

LLMs for your CLI

Commands

gorilla

Examples

Generate a shell command using natural language$ gorilla 'list all files modified in the last 24 hours'
Get an explanation for a complex command$ gorilla 'explain: find . -type f -name "*.txt" -mtime -1'
Ask the AI assistant a question from the CLI$ gorilla 'how do I check my disk usage in linux'