Skip to content

alustrement/bash-ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash AI

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.

Imgur

Installation

  • Clone repository
  • Execute command from repo folder
npm install -g

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%