aliasme

Codacy Badge Build Status Awesome

A shell script to organize your alias in command line.

Installation

Usage

$ al add [name] [command]      # add alias command with name
$ al rm [name]                 # remove alias by name
$ al ls                        # list all alias
$ 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.