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

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

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!**