This package is intended for people who know how to use linux and some other tools like git. It will save you time in running commands by making aliases.
Clone the repository
git clone https://github.com/AlanBlanchet/linux-commands
Install is with ./install.sh
The install will move all files to ~/.aliases/
and delete all other content from ./
.
Linux-Commands will have sourced shortcuts so you can use them in your bash terminal.
To get help, use
aliases --help
To see what commands have shortcuts, use
aliases --list
Here is a list of the currently supported commands :
gaa
=> git add all
ns
=> npm start
sai x
=> sudo apt install x