Skip to main content

Command Palette

Search for a command to run...

You don't have to remember Linux commands anymore

Updated
1 min read
You don't have to remember Linux commands anymore

Linux Commands are like GTA Cheatcodes. People with great memory remember them by heart and weaker ones write them down.

I am a hybrid, I used to remember most of the linux commands and GTA Cheatcodes but I don't have them byheart anymore

Here is why

Introducing askcmd

askcmd is a command line tool which takes natural language as input and outputs commands specific to your OS.

  1. npm i askcmd -g

  2. Go to Groq.com and get an API KEY

  3. askcmd -s <APIKEY>

  4. Start getting commands for anything like askcmd show me the last 5 commitids with the message

  5. Forget Linux Commands like you have forgotten routes after GPS arrived.

It's open source. Would appreciate it if you star it.