Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ aliasme Public

A shell script to memorize your command in command line.

License

Notifications You must be signed in to change notification settings

Jintin/aliasme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

27 Commits

Repository files navigation

aliasme

Codacy Badge 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] [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.

About

A shell script to memorize your command in command line.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /