aish
v1.0.1
Published
This is an AI assistant for shell commands.
Downloads
3
Readme
AISH - Artificial Intelligence Shell Assistant
This assistant allows you to ask to AI for a specific shell command.
OPENAI API KEY
You have to create an environment variable with the API key.
MacOS X
# To get a temporary env var
export OPENAI_API_KEY="<your_api_key_goes_here>"
# To get permanent env var
echo "\nexport OPENAI_API_KEY='<your_api_key_goes_here>'" >> ~/.bash_profile
source ~/.bash_profile
Windows
setx OPENAI_API_KEY "<your_api_key_goes_here>"
Try the assistant
npx aish@latest <Here goes your prompt>