https://github.com/rendom/vvt.nu-cli
Paste direct from cli to vvt pastebin
https://github.com/rendom/vvt.nu-cli
Last synced: 7 months ago
JSON representation
Paste direct from cli to vvt pastebin
- Host: GitHub
- URL: https://github.com/rendom/vvt.nu-cli
- Owner: rendom
- License: other
- Created: 2013-12-15T15:58:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T13:40:20.000Z (about 10 years ago)
- Last Synced: 2025-01-27T17:19:18.061Z (over 1 year ago)
- Language: JavaScript
- Homepage: vvt.nu
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pastebin from CLI
==========
###Install
`npm install -g vvt`
###Usage
**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`