Member-only story
An Amazing ChatGPT Command Line Tool!
Welcome back! ChatGPT has been increasing in popularity like crazy these last few weeks, and a bunch of awesome GPT tools have been popping up all over the place, so, let’s take a look at another awesome GPT-3 related project! This specific project is a command-line interface productivity tool written mostly in Python! Luckily for us, this project is hosted on GitHub, check out the link below to jump straight to their repository:
This project has a bunch of capability, to begin installing, you can use the following pip command to install this specific project:
pip install shell-gpt --user
Once installed we can start writing some commands! From their GitHub page, they say you can use this project as a search engine! Here are some commands you can use within this project:
sgpt "nginx default config file location"
# -> The default Nginx config location is /etc/nginx/nginx.conf
sgpt "docker show all local images"
# -> You can view all locally available Docker images by running: `docker images`
sgpt "mass of sun"
# -> = 1.99 × 10^30 kg