I've just released a simple tool for sharing files (similar to WeTransfer) directly from the terminal.
Usage is incredibly straightforward:
Run dub build tshare
to build the tool.
Use tshare /your/file
to share your file, which will generate a public link.
For additional options, you can explore by running tshare -h.
On GitHub: https://github.com/trikko/tshare
Best regards,
Andrea