https://github.com/johackim/colissimo
Colissimo CLI tool
https://github.com/johackim/colissimo
cli colissimo shell
Last synced: about 2 months ago
JSON representation
Colissimo CLI tool
- Host: GitHub
- URL: https://github.com/johackim/colissimo
- Owner: johackim
- License: gpl-3.0
- Created: 2016-08-16T15:52:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T16:16:08.000Z (over 8 years ago)
- Last Synced: 2025-01-28T01:44:12.759Z (over 1 year ago)
- Topics: cli, colissimo, shell
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Colissimo
===
> A simple CLI tool to track your packages
Install
---
```bash
# Add to .bashrc
colissimo() {
curl -s -X POST -d "suivi%5Bnumber%5D=$1" https://www.laposte.fr/particulier/outils/suivre-vos-envois | \
grep -Po '
(.*?)<\/p><\/td>' | \
sed 's|<[^>]*>||g'
}
```
-- or --
Add `colissimo` to `/usr/local/bin`
Usage
---
`collisimo `
License
---
GNU GPL v3.0
**Free Software, Hell Yeah!**