@markvachi/bash-ai
v1.0.22
Published
Bash AI is a command-line tool that uses the power of OpenAI's GPT-3 to provide intelligent suggestions and automation for your bash commands.
Downloads
126
Readme
Bash AI
Bash AI is a command-line tool that uses the power of OpenAI's GPT-3 to provide intelligent suggestions and automation for your bash commands.
Installation
You can install Bash AI via npm:
npm install -g @markvachi/bash-aiUsage
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.
