A port of the popular Rusty CLI tool to Go.
Convert natural language into executable commands directly from the terminal!
Open source CLI tool powered by OpenAI (bring your own key).
Gophy.Demo.mov
-
Clone this repo.
-
Build the Go program.
go build
- Add the binary
gophy
to your path.
Create an environment variable OPENAI_KEY
with your API key from OpenAI.
gophy <argument>
- Learn Go - learn about the Go programming language.
- OpenAI API from the creators of GPT-3.