askcmd
v1.0.3
Published
askcmd is a fast CLI tool that allows you to ask for commands in english and responds with commands according to your operating system.
Downloads
3
Readme
askcmd
askcmd is a fast CLI tool that allows you to ask for commands in english and responds with commands according to your operating system.
Installation
npm i -g askcmd
Usage
Setup your groq api key
- Visit https://console.groq.com and generate a new api key
askcmd -s <apikey>
Ask the commands you forget to the ai
askcmd <your-question>
Examples:
askcmd kill all apps running on port 4000
askcmd download hello.txt from src/submissions on the ubuntu machine 172.3.2.1
This was inspired by this tweet.