• v0.1.0 f8e18185ff

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 5s
    CI / lint (push) Failing after 6s
    Release / release (push) Failing after 6s
    Stable

    7000pctAUTO released this 2026-01-29 12:46:10 +00:00 | 0 commits to main since this release

    Initial 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 shellgen
    

    Usage

    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