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

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.

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
```