-
Shell Speak v0.1.0
Stablereleased this
2026-01-31 05:31:39 +00:00 | -18 commits to main since this releaseInitial 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-speakQuick Start
shell-speak "list running docker containers" shell-speak --tool kubectl "get pods in default namespace" shell-speak interactiveWhat'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