Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 605 Bytes

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

  1. Visit https://console.groq.com and generate a new api key
  2. 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.