makecommand

Installation :

  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
    
  3. Install makecommand package :
    sudo apt install makecommand
    

Usage :

Show help menu :

makecommand -help

Add shortcut command :

makecommand "YOUR COMMAND" "NAME"

Run your command :

run NAME

Uninstall:

sudo apt purge makecommand && sudo apt remove makecommand


This package made by AI, but with some edit from Aliraq1.

By Aliraq1