Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.32 KB

Linux-Commands

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.

Installation

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 ./.

Use commands

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 :

Examples

gaa => git add all

ns => npm start

sai x => sudo apt install x