pb/pb.1

50 lines
1.1 KiB
Groff
Raw Normal View History

2018-08-16 16:52:02 +00:00
.TH PB 1 "16 August 2018" "v2018.08.16"
.SH NAME
pb \- a helper utility for using 0x0 pastebin services
.SH SYNOPSIS
.B pb [options] (filename)
.P
.SH DESRIPTION
.B pb
provides an easy-to-use interface for uploading images
or piping output to a 0x0 pastebin service. While it
comes pre-configured with a specific pastebin, the
service endpoint can be overridden.
.SH USAGE
.TP
.B pb scores.txt
2018-08-15 03:52:50 +00:00
Upload 'scores.txt' to the pastebin
.TP
2018-08-15 03:52:50 +00:00
.B echo 'Secret info' | pb
Upload piped output to the pastebin
.TP
2018-08-15 03:52:50 +00:00
.B find . -type f -name '*.js' -print | pb -f
Upload a list of files to the pastebin individually
.B pb -s http://0x0.st scores.txt
Upload a file to a different pastebin endpoint
.SH DEPENDENCIES
None.
.SH OPTIONS
.TP
.B -f
Explicitly interpret stdin as filename or names
.TP
.B -s <server_address>
Use alternative pastebin server address
.TP
2018-10-10 00:21:18 +00:00
.B -u
Shorten a URL provided as an argument or passed via stdin
.TP
.B -c
Pretty color output
.TP
.B -v
Display current version information.
.TP
.B -h
Show the help.
.SH BUGS
None known.
.SH AUTHOR
James Tomasino <tomasino (at) lavabit (dot) com>