Jintin b9cedc952d Merge pull request #10 from Jintin/bump-version-3-1-0
chore: bump version to 3.1.0
2026-04-21 07:21:34 +08:00
2026-04-19 15:31:37 +08:00
2020-09-11 20:21:43 +08:00
2018-05-01 12:54:58 +08:00
2026-04-21 07:20:41 +08:00
2016-10-23 22:02:30 +08:00

aliasme

Codacy Badge CI License: MIT Awesome

A shell script to organize your alias in command line.

Installation

brew tap Jintin/homebrew-tap
brew install aliasme

Then add the following line to your shell profile (e.g., ~/.bash_profile or ~/.zshrc):

source $(brew --prefix)/opt/aliasme/libexec/aliasme.sh

Manual

  • 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] [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.

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