Command-line pastebin client
pastebinit [-abfhiljmrtup]
This manual page documents briefly the pastebinit commands
pastebinit reads text and sends it to a "pastebin" on the internet, returning the URL to the user.
It allows the text to be passed through a pipe (|) or from files as arguments.
-a [author] (default: $USER)
-b [pastebin url] (default is distro-specific with a fallback to pastebin.com)
-f [format for syntax-highlighting] (default: text) (check pastebin's website for complete list, example: python)
-h Help screen
-i [filename] Use filename for input
-l List all the supported pastebins
-j [jabberid] (default: none)
-m [permatag] (default: none)
-r [parent post ID] (default: none)
-t [title of paste] (default: none)
-u [username] (default: none)
-p [password] (default: none)
-v Version number
If a .pastebinit.xml file is found in the user's home directory, pastebinit will use it for its configuration.
Here's an example file:
<pastebinit>
<pastebin>http://paste.ubuntu.com</pastebin> <author>Stephane Graber</author> <jabberid>[email protected]</jabberid> <format>text</format>
</pastebinit>
Pastebinit is currently written by StephaneGraber.
username, password, format, title, arguments and redirect support added by Daniel Bartlett.
Website: http://launchpad.net/pastebinit
E-mail: [email protected]
Copyright © 2007-2014 Stephane Graber