-
First create an account on OpenAI and create a new token key.
-
Place the token key to your environmental variables or you could optionally put it manually when you run the application.
You can download the binary for your specific platform on the release page and run the program on your terminal. Specific instructions below:
- Download the zipfile:
curl -O -L https://github.com/AvicennaJr/ShellMate/releases/download/v1.0.0/shellmate_linux_amd64_v1.0.0.tar.gz
- Extract contents of the zip file and place it on the
/usr/local/bin
directory
sudo tar -C /usr/local/bin -xzvf shellmate_linux_amd64_v1.0.0.tar.gz
- Start the program with:
shellmate
- Download the zip file from the releases page
- Extract the binary file and run the program with:
shellmate.exe
- You could optionally add the executable to path. See detailed instructions here
Due to Apple's strict policy, you'll have to build the binary file from sources. See instructions on the next section.
- Make sure you have go installed
- Clone the repository with:
git clone github.com/AvicennaJr/ShellMate
- Enter the directory:
cd ShellMate
- Build the program with:
go build -o shellmate
- Run the created binary with:
shellmate
For any problems or suggestions open an issue. If you want to contribute, create a pull request.
Another tool brought to you by Avicenna