2016-10-23 22:02:30 +08:00
2016-02-01 21:12:11 +08:00
2016-01-07 08:09:33 +08:00
2016-01-14 08:13:35 +08:00
2016-02-23 21:33:53 +08:00
2016-10-23 22:02:30 +08:00
2016-01-14 08:13:35 +08:00
2016-04-16 10:03:16 +08:00

aliasme

Build Status Awesome

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 script (ex: ~/.bash_profile, ~/.bashrc)
echo "source ~/.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]
$ al -v                        # version information
$ al -h                        # help

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
216 KiB
Languages
Shell 97.3%
Makefile 2.7%