184ee18931b8200e50566a121c010be4ab5c52c2
ShellGenius
AI-Powered Local Shell Script Assistant using Ollama
Features
- Generate shell scripts using natural language
- Review and explain existing scripts
- Interactive REPL mode
- Local privacy - all processing done locally via Ollama
- Support for multiple shell types (bash, zsh, sh)
Installation
pip install shellgenius
Usage
Generate a script
shellgenius generate "Create a backup script for /data directory"
Review a script
shellgenius review script.sh
Interactive REPL
shellgenius repl
Configuration
Configure Ollama host and model in ~/.config/shellgenius/config.yaml or via environment variables.
License
MIT