https://github.com/kenec/aliaz
A simple CLI tool to add, list, modify, and delete alias to shell.
https://github.com/kenec/aliaz
Last synced: about 1 year ago
JSON representation
A simple CLI tool to add, list, modify, and delete alias to shell.
- Host: GitHub
- URL: https://github.com/kenec/aliaz
- Owner: Kenec
- License: mit
- Created: 2025-04-04T12:52:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T03:47:41.000Z (about 1 year ago)
- Last Synced: 2025-05-12T04:32:26.153Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aliaz
A simple CLI tool to add, modify, and delete alias to shell.
## Build binary
```sh
go build -o ./bin/aliaz ./cmd/
```
## Run Tests
```sh
cd cmd/aliaz && go test
```