Settings

Theme

Dpaster – command-line client interface for the dpaste.com pastebin

github.com

1 points by adder46 5 years ago · 1 comment

Reader

adder46OP 5 years ago

Since I spend a lot of time on IRC and I often need to share something in a pastebin, I wrote a little script to help me with that process and lift some of the burdens from my back. It's called dpaster, and it's actually a command-line client interface for the dpaste.com pastebin. It's configurable and easy to use. It reads from stdin by default if no file argument is passed, which means you can use it as a part of some UNIX pipeline. It can even guess syntax to highlight (limited to pygments' guessing ability ¯_(ツ)_/¯).

Check it out and let me know what you think:

https://github.com/adder46/dpaster

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection