wgetpaste

Automate pasting text to multiple pastebin services from CLI

brewmacoslinux
Try with needOr install directly
Source

About

Automate pasting to a number of pastebin services

Commands

wgetpaste

Examples

Paste contents of a file to a pastebin service$ wgetpaste /path/to/file.txt
Paste output from a command directly to pastebin$ cat logfile.log | wgetpaste
Paste to a specific service (e.g., dpaste) with custom name$ wgetpaste -s dpaste -n 'myusername' /path/to/file.txt