Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 755 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 755 Bytes

pbin

CLI tool for Stikked based pastebin services, like http://paste.mate-desktop.org/

Inspired by mpaste from mate-desktop, but I did not want to have Python dependency and wanted to add more features (file type detection).

Installing

Copy pbin.sh to somewhere in your $PATH:

URL=https://raw.githubusercontent.com/glensc/pbin/master/pbin.sh
PBIN=~/.local/bin/pbin

wget $URL -O $PBIN || \
curl $URL $PBIN

chmod +x $PBIN

Copyright

License: GPL v2

(c) 2014-2018 Elan Ruusamäe glen@pld-linux.org