1PASTEBINIT(1) [FIXME: manual] PASTEBINIT(1)
2
3
4
6 pastebinit - command-line pastebin client
7
9 pastebinit [-abfhiljmrtup]
10
12 This manual page documents briefly the pastebinit commands
13
14 pastebinit reads text and sends it to a "pastebin" on the internet,
15 returning the URL to the user.
16
17 It allows the text to be passed through a pipe (|) or from files as
18 arguments.
19
21 Optional arguments (not supported by all pastebins)
22 -a [author] (default: $USER)
23
24 -b [pastebin url] (default is distro-specific with a fallback to
25 pastebin.com)
26
27 -E Print the content to stdout too
28
29 -f [format for syntax-highlighting] (default: text) (check pastebin's
30 website for complete list, example: python)
31
32 -h Help screen
33
34 -i [filename] Use filename for input
35
36 -l List all the supported pastebins
37
38 -j [jabberid] (default: none)
39
40 -m [permatag] (default: none)
41
42 -t [title of paste] (default: none)
43
44 -P [private] (default: 1)
45
46 -u [username] (default: none)
47
48 -p [password] (default: none)
49
50 -v Version number
51
53 If a .pastebinit.xml file is found in the user's home directory,
54 pastebinit will use it for its configuration.
55
56 Here's an example file:
57
58 <pastebinit>
59 <pastebin>http://paste.ubuntu.com</pastebin>
60 <author>Stephane Graber</author>
61 <jabberid>stgraber@stgraber.org</jabberid>
62 <format>text</format>
63 </pastebinit>
64
66 Pastebinit is currently written by Stephane Graber.
67
68 username, password, format, title, arguments and redirect support added
69 by Daniel Bartlett.
70
71 Website: http://launchpad.net/pastebinit
72
73 E-mail: stgraber@ubuntu.com
74
76 Copyright © 2007-2014 Stephane Graber
77
78
79
80[FIXME: source] January 06, 2014 PASTEBINIT(1)