wshare wraps Zeropaste by @edogawaconan with ShoutKey by @jazzychad to allow uploading text files from the console and producing short and easy to remember URL that don't require clipboard access or great short-term memory. This also works around Zeropaste's limitation of not having a self-destruct option by recording the deletion keys locally and providing a command to delete the expired ones.
bash -c "$(curl -sL git.io/wshare || echo "echo Installation failed; exit 1")"
Usage: wshare COMMAND
Commands:
-h|--help Shows usage
-c|--clean|--cleanup Deletes expired uploads
[-s|--share] FILE|URL [TTL] Shares a file/URL; TTL in minutes (default: 5)
-u|--upgrade|--update Upgrades wshare to the latest version
-d|--delete FILE... Deletes files under ~/.wshare (used internally)
- Linux
- OS X
- Windows
Licensed under MIT. Copyright by Nikolay Kolev.