• v0.1.0 7a1f0067db

    Shell Speak v0.1.0
    Some checks failed
    CI / test (push) Failing after 4m51s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-31 05:31:39 +00:00 | -18 commits to main since this release

    Initial Release of Shell Speak

    Shell Speak v0.1.0 - A CLI tool that converts natural language descriptions into shell commands.

    Features

    • Natural Language Parsing: Convert plain English to shell commands
    • Multi-tool Support: Docker, kubectl, Git, and Unix utilities
    • Interactive Mode: REPL-like interface with auto-completion and history
    • Learning System: Teach the tool new commands from your corrections
    • Command History: Persistent history of all conversions
    • Rich Output: Beautiful syntax-highlighted command display

    Installation

    pip install shell-speak
    

    Quick Start

    shell-speak "list running docker containers"
    shell-speak --tool kubectl "get pods in default namespace"
    shell-speak interactive
    

    What's New

    • Initial release with comprehensive command libraries
    • Docker commands: containers, images, compose, networks, volumes
    • Kubernetes commands: pods, deployments, services, configmaps, secrets
    • Git commands: commit, push, pull, branch, merge, stash, tag
    • Unix commands: file operations, search, process management, network utilities
    • Interactive mode with history navigation and auto-completion
    • User correction learning system for custom patterns

    Supported Tools

    • Docker & Docker Compose
    • kubectl (Kubernetes)
    • Git
    • Unix utilities (ls, grep, find, etc.)
    Downloads