# ShellGenius AI-Powered Local Shell Script Assistant ## Features - Natural language to shell command generation - Script explanation mode - Safe refactoring suggestions - Offline local LLM support (Ollama) - Interactive TUI interface ## Installation ```bash pip install shellgenius ``` ## Usage ```bash shellgenius generate "list files in current directory" shellgenius explain script.sh ```