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
- Host: GitHub
- URL: https://github.com/rendom/vvt-cli
- Owner: rendom
- License: mit
- Created: 2014-08-04T03:45:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T13:54:24.000Z (about 10 years ago)
- Last Synced: 2024-12-27T12:09:35.765Z (over 1 year ago)
- Topics: cli, pastebin
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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