pstd(1) PSTD v0.0.2 pstd(1) NAME pstd: another command line pastebin. SYNOPSIS Installation (optional): # wget -O /usr/local/bin/pstd http://paste.pr0.tips/0 && chmod +x /usr/local/bin/pstd (You can also skip installing this and use wget directly, see below) Use: $ <command> | pstd Or: $ pstd <file> Or if you don't feel like using the paste script: $ wget -q -O - --post-file <file> http://paste.pr0.tips/ DESCRIPTION pstd (pasted) is yet another command-line pastebin similar to and inspired by sprunge.us. It currently depends on wget(1). When requesting a paste, the URL may be suffixed with ?<lang>, to request syntax hilighting for language <lang>, if supported. EXAMPLES $ cat /etc/passwd | pstd $ pstd -s other.pstd.site.com < /etc/passwd $ wget -q -O - --post-file /etc/passwd http://paste.pr0.tips/ (wget does not support POSTing stdin, so the pstd script is recommended) SEE ALSO http://github.com/fstd/pstd (source repository) README CREDITS Lots of inspiration (but no code) taken from http://sprunge.us (http://github.com/rupa/sprunge) AUTHOR 2015, Timo Buhrmester <van.fstd+pstd@gmail.com> May 17, 2015