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
- Host: GitHub
- URL: https://github.com/mvrilo/correios
- Owner: mvrilo
- Created: 2015-08-22T18:24:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T20:07:35.000Z (about 10 years ago)
- Last Synced: 2025-03-26T19:02:13.671Z (7 months ago)
- Topics: command-line, correios, golang
- Language: Go
- Size: 148 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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