Quickly look up console commands using the OpenAI GPT API
This is a pretty simple CLI tool to help you find that command you can never remember using the OpenAI chat completion API. This usually ends up being faster than googling it.
Also comes with the neat advantage of being personalized to whatever you need. Notice how in the example above, I specifically asked to modify "example.webm" and it automatically chose "example.mp4" as the output file.
- 🔒 Securely stores your OpenAI API key in your OS keychain with go-keyring
- 🙈 Lets you inspect the generated command before executing or copying it
- 💪 Lets you describe your command as arguments or interactively to avoid escaping special characters
⁉️ Can explain what any command does- 💅 Comes with a beautiful Terminal User Interface
- 🆖 Cross-platform compatible
Install using go install
(requires Go):
go install github.com/vaaski/howtf@go
Run the interactive configuration wizard to set your OpenAI API key:
howtf -config
howtf [command]
Interactive mode:
Config page: