Makecommand - Tool to shortcut commands

Posted by Aliraq1@reddit | linux | View on Reddit | 30 comments

This package made for shortcut any command or file or FOLDERS and run it anywhere :

cd & cd mytool & python3 code.py

To : run mytool

or

sudo apt update && sudo apt upgrade -y

To :

sudo run upgrade

And a lot more !

To install (For Debian-based only) :

  1. Add the repo :

echo "deb [trusted=yes] https://q0so.github.io/makecommand/ ./" | sudo tee /etc/apt/sources.list.d/makecommand.list

2.Update packages :

sudo apt update

  1. Install makecommand package :

sudo apt install makecommand