Skip to content

๐Ÿ”จ command line tool that uses GPT to translate text into executable commands

License

Notifications You must be signed in to change notification settings

Eureka518/cli-gpt

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Welcome to cli-gpt ๐Ÿ‘‹

License: MIT

cli-gpt is a command line tool that uses the power of GPT language model to translate natural language text into executable commands. With cli-gpt, you can communicate with your computer in plain English and get things done quickly and efficiently without having to memorize complicated commands or syntax.

Demo GIF

๐Ÿ  Homepage

Clone

git clone --recurse-submodules https://github.com/filippofinke/cli-gpt 

Install

cmake --build . --target install

Usage

export OPENAI_API_KEY=<your openai api key>
cli-gpt <explain what you want to do>

Author

๐Ÿ‘ค Filippo Finke

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a โญ๏ธ if this project helped you!

Buy Me A McFlurry

๐Ÿ“ License

Copyright ยฉ 2023 Filippo Finke.
This project is MIT licensed.

About

๐Ÿ”จ command line tool that uses GPT to translate text into executable commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.7%
  • CMake 19.3%