wgetpaste icon indicating copy to clipboard operation
wgetpaste copied to clipboard

Results 17 wgetpaste issues
Sort by recently updated
recently updated
newest added

It would be nice if there was a config file to add custom pastebin services to wgetpaste. For example, bpa.st is open source and easy to self host, and it...

Don't use any `~/.wgetpaste.d/wgetpaste.conf`. ```sh # whatever XXX, always receive nothing $ hello | wgetpaste -s XXX Apparently nothing was received. Perhaps the connection failed. Enable --verbose or --debug to...

I recently got blocked from dpaste.com ; I sent an e-mail to enquire as of why and the response was something like *It looks like you were blocked for attempting...

man file mostly created from wgetpaste -h with help2man

https://wgetpaste.zlin.dk/ looks unmaintained. Unfortunately it has no link to the active github repository. I suggest to forward the page to this repo, or at least add a link.

I recommend doing the following: ```suggestion jq -Mnc ".expiry = \"${expiration}\" | .files[0] = { name: \"${description}\", lexer: \"${language}\", content: \"${content}\" }" ``` It will add a dependency on the...

Would it be possible to support paste to [Sourcehut Pastebin](https://man.sr.ht/paste.sr.ht/)?

Would it be possible to support anonymous paste to https://paste.debian.net/

Currently when wgetpaste is called with multiple input files, it concatenates all output and uploads it as a single file with `cat filename` as beginning of file marks. If the...