Skip to content

HmzAli/aman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aman

A simple tool to manage shell aliases

INSTALLATION

  1. clone the repo: git clone [email protected]:HmzAli/aman.git
  2. cd into the repo cd aman and run python setup.py install
  3. After the installation is completed, add the following line to the profile of your default shell (e.g. bashrc/ zshrc)
source $HOME/.aman/aliases
  1. Open a new shell session and type aman to verify installation

USAGE

To add an alias:

aman <alias>=<command>

For chained commands, wrap the commands in double quotes:

aman <alias>="<command1> && <command2>...<commandn>"

For more commands, type --help.

NOTE:

After adding an alias, you will need to create a new shell session for it to be activated.

About

Alias manager for shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages