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

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.

Awesome Lists containing this project

README

          

# orders-tracker-cli

[![CI](https://github.com/cristovaoolegario/orders-tracker-cli/actions/workflows/main.yml/badge.svg)](https://github.com/cristovaoolegario/orders-tracker-cli/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/cristovaoolegario/orders-tracker-cli/branch/main/graph/badge.svg?token=o5n6lISvdW)](https://codecov.io/gh/cristovaoolegario/orders-tracker-cli)
[![Go Report Card](https://goreportcard.com/badge/github.com/cristovaoolegario/orders-tracker-cli)](https://goreportcard.com/report/github.com/cristovaoolegario/orders-tracker-cli)

[![Go Reference](https://pkg.go.dev/badge/github.com/cristovaoolegario/orders-tracker-cli.svg)](https://pkg.go.dev/github.com/cristovaoolegario/orders-tracker-cli)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cristovaoolegario/orders-tracker-cli)](https://github.com/cristovaoolegario/orders-tracker-cli/releases)
[![GitHub license](https://img.shields.io/github/license/cristovaoolegario/orders-tracker-cli)](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

![How to track a correios order new UI](https://github.com/cristovaoolegario/orders-tracker-cli/blob/main/static/new_ui_usage_example.gif?raw=true)

> Old TUI

![How to track a correios order old UI](https://github.com/cristovaoolegario/orders-tracker-cli/blob/main/static/old_ui_usage_example.gif?raw=true)

## Contributing

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

@cristovaoolegario