@rasch/pb
v0.1.0
Published
share [encrypted] files using 0x0.st
Maintainers
Readme
pb
Upload files to 0x0.st, then display the url. The file is deleted after 14 days. There is a file size limit of 512MB.
Usage
Upload a file or directory. Directories are compressed using tar and gzip. Pass
the -e option to encrypt the file using GnuPG before uploading.
pb <file|directory>
pb -e <file|directory>The pb script also accepts stdin.
... | pb
... | pb -eInstall
pnpm add --global @rasch/pbnpm install --global @rasch/pbyarn global add @rasch/pb