2016-01-07 08:09:33 +08:00
2016-01-07 08:09:33 +08:00
2016-01-07 08:09:33 +08:00
2016-01-07 08:09:33 +08:00

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.

S
Description
A shell script to memorize your command in command line.
Readme
217 KiB
Languages
Shell 97.3%
Makefile 2.7%