0.0.12 • Published 8 years ago
pastey v0.0.12
Pastey
Pastey is a client for an encrypted pastebin like fincham/paste.
An encrypted pastebin means the pastebin service doesn't see the pastebin data - decryption happens in your browser, based on the encrypted paste data and a key only the browser sees.
Dependencies
node (6+), npmInstallation
npm i -g pasteyConfiguration
The only configuration so far is the URL of your paste server. Perhaps your company runs a paste server, or you can run fincham/paste yourself.
To configure:
$ pastey --config --url http://pastey.exampleThis will save the configuration to ~/.config/pastey-nodejs/config.json for future calls. If no URL config is set via that file, Pastey tries the environment variable PASTEYURL or finally http://localhost:5000
Usage
Once configured, you can paste files by filename (including images) or by STDIN (text only).
Paste a file (text, image)
$ pastey words.txt
http://pastey.example/gu4SV275ThOGBNXl#0IURwZ2WC7VgvqHSJSfdqA
$ pastey image.png
http://pastey.example/NakdWombnx6hFCCX#XSl3PhOH9zyVoiqCKqVEzQStdin (text)
$ git diff | pastey
http://pastey.example/vAkHQcdV0R8pfGkS#lmi1jUgpsNtdBgiX0pAw/g