https://github.com/arxdsilva/alias
Alias creator for OS X and linux
https://github.com/arxdsilva/alias
alias aliases cli client golang
Last synced: 12 days ago
JSON representation
Alias creator for OS X and linux
- Host: GitHub
- URL: https://github.com/arxdsilva/alias
- Owner: arxdsilva
- License: mit
- Created: 2017-03-27T16:18:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T19:49:07.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T05:16:18.054Z (over 1 year ago)
- Topics: alias, aliases, cli, client, golang
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Alias (WIP)
This is a package to create aliases (only on OS X - did not test on ubuntu).
### Steps
##### Install:
```go
go get -u github.com/arxdsilva/Alias
```
##### Usage:
```shell
$ Alias -a -s
$ source ~/.bash_profile
```