An open API service indexing awesome lists of open source software.

https://github.com/ziolko/alias2

Simple alias command for Windows
https://github.com/ziolko/alias2

aliases command-line windows

Last synced: about 1 month ago
JSON representation

Simple alias command for Windows

Awesome Lists containing this project

README

          

## Straightforward alias creation

This tools streamlines creation of aliases on Windows.

### Installation
`npm i -g alias2`

### Usage
```
$ alias gp = git pull
$ alias gc = git commit
```

Aliases are stored between command line sessions.

### License
MIT