https://github.com/cristovaoolegario/orders-tracker-cli
A CLI tool to track your orders.
https://github.com/cristovaoolegario/orders-tracker-cli
bubbletea cli correios-rastreio go golang hacktoberfest tracking
Last synced: 3 months ago
JSON representation
A CLI tool to track your orders.
- Host: GitHub
- URL: https://github.com/cristovaoolegario/orders-tracker-cli
- Owner: cristovaoolegario
- License: apache-2.0
- Created: 2021-10-31T17:14:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T17:58:46.000Z (about 3 years ago)
- Last Synced: 2026-01-02T15:18:29.998Z (6 months ago)
- Topics: bubbletea, cli, correios-rastreio, go, golang, hacktoberfest, tracking
- Language: Go
- Homepage:
- Size: 3.88 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# orders-tracker-cli
[](https://github.com/cristovaoolegario/orders-tracker-cli/actions/workflows/main.yml)
[](https://codecov.io/gh/cristovaoolegario/orders-tracker-cli)
[](https://goreportcard.com/report/github.com/cristovaoolegario/orders-tracker-cli)
[](https://pkg.go.dev/github.com/cristovaoolegario/orders-tracker-cli)
[](https://github.com/cristovaoolegario/orders-tracker-cli/releases)
[](https://github.com/cristovaoolegario/orders-tracker-cli/blob/main/LICENSE)
A CLI tool written in [Go](https://golang.org/) to track your orders.
It supports the following APIs:
- Correios API
## Installing
```shell
go install github.com/cristovaoolegario/orders-tracker-cli@latest
```
## Usage
```shell
orders-tracker-cli correios YOUR_ORDER_CODE
```
### Example
> New TUI

> Old TUI

## Contributing
If you want to contribute please fork the repository and make the changes as you'd like and submit a new PR.
@cristovaoolegario