
Howto is a terminal helper which queries OpenAI API and inserts the result into the current terminal input.
go install github.com/antonmedv/howto@latest
Or download prebuild binaries.
Add a key binding to .zshrc or a similar config:
| Zsh |
|---|
|
Write a command in terminal and press ctrl+g to send current command to OpenAI API.
LLM response will be inserted into the current input. You can modify the returned command,
before executing it.
Recall previous command from history and to adjust the prompt.
$ claude mcp add howto \
-- python -m otcore.mcp_server <graph>