aliaser

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i aliaser

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • amitkothari