An open API service indexing awesome lists of open source software.

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

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`