0.2.1 • Published 10 years ago

aliaser v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Aliaser

Aliaser is a CLI tool to manage aliases for commands in Mac OS X.

Please note - Aliaser is a work in progress and may have issues.

NPM

Usage

Add new alias

aliaser add <alias> <command>
aliaser add start-server '/opt/server/bin/start.sh -c dev -p 3000 -b 0.0.0.0'

Remove alias

aliaser remove <alias>
aliaser remove start-server

List aliases

aliaser list

All aliases add using aliaser are stored in aliaser.zsh file under oh-my-zsh lib directory.

Limitation

License

Licensed under the MIT License

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago