Gophy: GPT-3 Powered CLI Tool
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
Installation
-
Clone this repo.
-
Build the Go program.
go build
- Add the binary
gophy
to your path.
OpenAI API key
Create an environment variable OPENAI_KEY
with your API key from OpenAI.
Usage
gophy <argument>
Go Docs
- Learn Go – learn about the Go programming language.
🧠OpenAI Docs
- OpenAI API from the creators of GPT-3.