nwiizo / aicommand

🚀aicommand: A CLI that uses AI to explain command results🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Commits

AI Command

🗣A CLI that uses AI to explain command results

Setup 🔧

Install aicommand:

go install github.com/nwiizo/aicommand@latest

Set the your_api_key:

export OPENAI_API_KEY=your_api_key

Usage ⏳

Run commands without options like this:

aicommand execute uptime

Run commands options like this:

aicommand execute "ls -al"

Note 📝

This application uses OpenAI's GPT models. Usage must comply with OpenAI's terms of use and policies.

Furthermore, this is a tool for interpreting the results of shell command execution. The developers assume no responsibility for the results or interpretation of the commands.

About

🚀aicommand: A CLI that uses AI to explain command results🤖

License:Other


Languages

Language:Go 100.0%