mirror of
https://github.com/Jintin/aliasme.git
synced 2026-07-21 17:34:24 -05:00
6d950fdbe42481832820eed1875e44ddbdcddeeb
aliasme
A shell script to organize your alias in command line.
Installation
- download script
mkdir ~/.aliasme
curl https://raw.githubusercontent.com/Jintin/aliasme/master/aliasme.sh > ~/.aliasme/aliasme.sh
- add alias to your startup profile (ex: ~/.bash_profile)
echo "alias al='. ~/.aliasme/aliasme.sh'" >> ~/.bash_profile
Usage
al add [name] [value] # add alias with name and value
al rm [name] # remove alias by name
al ls # alias list
al [name] # execute alias associate with [name]
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/aliasme.
License
The module is available as open source under the terms of the MIT License.
Languages
Shell
97.3%
Makefile
2.7%