ChatGPT in your OS Terminal

I have developed this project to have access to ChatGPT super fast at any moment as a developer.

Installation

Installation instructions are different based on OS.

Linux

wget https://raw.githubusercontent.com/thecodeholic/chatgpt-bash/main/chatgpt.sh -O chatgpt.sh \
&& chmod +x chatgpt.sh \
&& sudo mv chatgpt.sh /usr/local/bin/chatgpt

Windows

Mac

Usage