Skip to content

a command line tool that let you express commands in natural language using openai api..

Notifications You must be signed in to change notification settings

JinBlack/bash-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash AI

Install

git clone https://github.com/JinBlack/bash-ai
cd bash-ai
chmod +x install.sh
./install.sh

First time you run ai, it will install dependencies in a virtual environment and it will ask for the key to the api.

You can get the key from here

Usage

ai <what you want to do>

Demo gif

Context

ai is aware of the distro used. It will use the correct package manager to install dependencies.

-c option will add the content of the current directory to the context. This will generate a better result. But it will significantly increase the number of tokens used.

-e option will generate an explanation of the command. This will significantly increase the number of tokens used.

Context Demo gif

About

a command line tool that let you express commands in natural language using openai api..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published