umm, how do I do that?
Note
Work in progress.
A command-line AI assistant that converts natural language questions into executable commands with explanations. Ask what you need in plain English and get practical solutions.
- Ask questions in plain English
- Built-in safety checks for dangerous commands
- Build on previous queries with context
- Search, view, and manage past interactions
- Choose between GPT-4o, GPT-4o-mini, and GPT-4
# Ask a question
umm "list all files in tree format"
# Follow up on your last query
umm + "but only show directories"
# Run the suggested command
umm --run
# View your history
umm historyRequires Go 1.24+
make build
make installConfigure your OpenAI API key:
umm config setup