vvt
v0.1.1
Published
Paste your code easy and secure from your term. Supports AES encryption.
Readme
Pastebin from CLI
Installation
npm install vvt
Get paste
vvt -g c0d3
Get encrypted paste
vvt -g c0d3 -e key
Paste from pipe
ls -al | vvt
Paste file
vvt -f filename.js
Paste and encrypt
ls -al | vvt -e urSecretKey
