Convert any file into a long string of text than can easily be shared. If you have a file that is openable in chrome, and the file isn't too large, you can paste it into chrome.
Otherwize just reuse the tool.
Yeet
Create a nugget (text) file:
$ PyNuget create [input file name] [output nuget name] (--compress)
Recreate original file:
$ PyNuget read [input nuget name] [output file name] (--compress)
- Encryption
- Add screenshots to the usage section.
- Documentation (as if there's enough in here to be worth documentation).