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

https://github.com/rendom/vvt-cli

Client to get and post pastes to vvt.nu from command line
https://github.com/rendom/vvt-cli

cli pastebin

Last synced: 7 months ago
JSON representation

Client to get and post pastes to vvt.nu from command line

Awesome Lists containing this project

README

          

vvt cli
=======
Crossplatform client to post and get pastes from vvt.nu

```
Usage of ./vvt-cli:
-o="": Output file (defaul is stdout)
```

####Example usage
```
// Post data from stdin and returns paste url
cat file.name | vvt

// Get paste from vvt
vvt iggqrfj

// Paste to file
vvt -o=outputfile.txt iggqrfj
```

####Todo
* Post encrypted paste
* Crossplatform clipboard support