This commit is contained in:
24
.readme.md
Normal file
24
.readme.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user