Skip to content

jhare/sgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sgpt

shell gpt access

manage keys at https://platform.openai.com/account/api-keys

usage sgpt "what is a minimal html5 document"

jhare@codysomenumber:~$ sgpt "what is a minimal html5 document"
<!DOCTYPE html>
<html>
 <head>
 <title>Page Title</title>
 </head>
 <body>
 </body>
</html>
jhare@codysomenumber:~$

execute as root user

git clone [email protected]:jhare/sgpt
cd sgpt

cp ./sgpt /usr/share/bin
cp ./.sgpt ~/.config

dependencies

sudo apt install jq xclip curl git

About

shell gpt access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages