MCPcopy Index your code
hub / github.com/antonmedv/howto

github.com/antonmedv/howto @0.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.0.0 ↗ · + Follow
10 symbols 18 edges 7 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

howto

walk demo

Howto is a terminal helper which queries OpenAI API and inserts the result into the current terminal input.

Install

go install github.com/antonmedv/howto@latest

Or download prebuild binaries.

Setup

Add a key binding to .zshrc or a similar config:

Zsh
bindkey -s "\C-g" "\C-ahowto \C-j"

Usage

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.

License

MIT

Core symbols most depended-on inside this repo

Shape

Function 7
Struct 3

Languages

Go100%

Modules by API surface

openai.go4 symbols
utils.go1 symbols
security.go1 symbols
prompt.go1 symbols
main.go1 symbols
ioctl_windows.go1 symbols
ioctl_unix.go1 symbols

For agents

$ claude mcp add howto \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page