/commandgpt

A TUI program to help you find commands using OpenAI models.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

commandgpt

A TUI program to help you find commands using OpenAI models.

Currently, GPT-3.5-Turbo and GPT-4 are supported.

Preview

sample.mp4

Usage

cg

Install

From source

go 1.20 is required.

go build -o cg .
mv cg /usr/local/bin

License

GPL-3.0