Describe what you want to do and let aido generate the command for you.

~/
~$
aido undo last git commit
| Looking up your command...
/ Looking up your command...
- Looking up your command...
\ Looking up your command...
Done ✓
git reset --soft HEAD~1
~$
aido move all files ending with .jpg to a folder called pictures
| Looking up your command...
/ Looking up your command...
- Looking up your command...
\ Looking up your command...
Done ✓
mv *.jpg pictures
~$
aido get my internal ip address
| Looking up your command...
/ Looking up your command...
- Looking up your command...
\ Looking up your command...
Done ✓
ifconfig | grep "inet " | grep -v 127.0.0.1

Installation

Run the following command in your terminal:

The command line app is open source! If you want to compile it yourself or have a look at the code visit the github page.