25 lines
400 B
Markdown
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
|
|
```
|