-
v0.1.0
Stablereleased this
2026-01-29 12:46:10 +00:00 | 0 commits to main since this releaseInitial Release v0.1.0
ShellGen is a CLI tool that converts natural language descriptions into shell commands using local LLMs.
Features
- Natural language to shell command conversion
- Support for Ollama and Llama.cpp backends
- Safety checking for dangerous commands
- Command history with SQLite
- Rich console UI with syntax highlighting
Installation
pip install shellgenUsage
shellgen "find all python files in current directory" shellgen --shell zsh "list files with details" shellgen --backend ollama "create a new git branch"Requirements
- Python 3.10+
- Ollama (optional, for Ollama backend)
- llama-cpp-python (optional, for Llama.cpp backend)
Downloads