6c44275831677e052c994f9e1b69e1bf63393264
Some checks failed
CI / test (push) Has been cancelled
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