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
- Host: GitHub
- URL: https://github.com/ziolko/alias2
- Owner: ziolko
- License: apache-2.0
- Created: 2019-06-15T17:28:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T19:14:50.000Z (about 7 years ago)
- Last Synced: 2025-02-22T20:35:54.782Z (over 1 year ago)
- Topics: aliases, command-line, windows
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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