lmsh-0.0.1 is not a library.
lmsh
A fast, minimal natural language shell interface that translates conversational commands into editable shell commands.
What it does
Type natural language → Get an editable shell command → Review/modify → Execute
Example:
> show
Installation
Requires Rust toolchain:
Or use the Makefile: make lmsh-install
Note: Ensure ~/.cargo/bin is in your PATH.
Usage
Features
- Editable commands - Review and modify before execution
- Fast startup - Optimized Rust binary (~1ms)
- Claude-powered - Uses Claude for natural language understanding
- Shell preservation - Maintains your shell environment and aliases
Note
Claude's API startup adds ~2-3s latency. Future versions may explore faster local models for instant response.