fix: remove unused imports from test files
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 11:22:13 +00:00
parent 99c7319798
commit dcdd37736b

24
.readme.md Normal file
View 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
```