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

https://github.com/mvrilo/correios

A command line tool to check tracking codes from correios
https://github.com/mvrilo/correios

command-line correios golang

Last synced: 7 months ago
JSON representation

A command line tool to check tracking codes from correios

Awesome Lists containing this project

README

          

# correios

Track your orders from [correios](http://www.correios.com.br/) via command line.

# Usage

```
correios check [code1] [code2]
correios list
correios add [name]
correios rm
```

The codes are stored as a YAML file in `$HOME/.correios.yml` by default, use
the `-f` or `--filestore` flag to pick another filestore.

# Author

Murilo Santana <>

# License

MIT