Files
shellgenius/.readme.md
7000pctAUTO dcdd37736b
Some checks failed
CI / test (push) Has been cancelled
fix: remove unused imports from test files
2026-02-04 11:22:13 +00:00

25 lines
400 B
Markdown

# 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
```