Skip to content
/ aish Public

A simple bash script to find the most suitable terminal command, right where you need it

License

Notifications You must be signed in to change notification settings

ryandury/aish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ai.sh

Forgot a command? Find it using AI, directly in your terminal.

Examples:

ai list programs using the most cpu
ai create tar gz of /folder
ai list all open network ports

How to Use

In ai.sh, replace your-api-key with your OpenAI API key
API_KEY="your-api-key"

Make the file executable:
chmod +x ai.sh

Copy script to your bin:
sudo cp ai.sh /usr/local/bin/ai

Run the script! Examples:
ai list programs using the most cpu
ai create tar gz of /folder
ai list all open network ports

About

A simple bash script to find the most suitable terminal command, right where you need it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages