OK so as people seem interested, here is a first Libervia-CLI tip.
`li` is the short alias for `libervia-cli`.
If you want to quickly upload a file to share it, you can use:
`li file upload -P your_file.ext`
`-P` shows a progress bar.
You can even encrypt it with the `-e` option in which case you'll have an `aesgcm:` with the decryption token as a fragment of the URL (the `#…` part).
You can then decrypt with `li file get`.