Bash AI is a command-line tool that uses the power of OpenAI's GPT to provide intelligent suggestions and automation for your bash commands.
- Clone repository
- Execute command from repo folder
npm install -g
Before using Bash AI, you'll need to set your OpenAI API key as an environment variable:
export OPENAI_API_KEY=<your-api-key>
To use Bash AI, simply invoke it in your terminal:
??
Bash AI will listen to your commands and provide suggestions and automation as needed.