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 a file
18 passed as an argument.
19
21 Optional arguments (not supported by all pastebins)
22 -a [author] (default: $USER)
23
24 -b [pastebin url] (default: http://pastebin.com)
25
26 -f [format for syntax-highlighting] (default: text) (check pastebin´s
27 website for complete list, example: python)
28
29 -h Help screen
30
31 -i [filename] Use filename for input
32
33 -l List all the supported pastebins
34
35 -j [jabberid] (default: none)
36
37 -m [permatag] (default: none)
38
39 -r [parent post ID] (default: none)
40
41 -t [title of paste] (default: none)
42
43 -u [username] (default: none)
44
45 -p [password] (default: none)
46
48 If a .pastebinit.xml file is found in the user´s home directory,
49 pastebinit will use it for its configuration.
50
51 Here´s an example file:
52
53 <pastebinit>
54 <pastebin>http://paste.ubuntu.com</pastebin>
55 <author>Stephane Graber</author>
56 <jabberid>stgraber@stgraber.org</jabberid>
57 <format>text</format>
58 </pastebinit>
59
61 Pastebinit is currently written by Stephane Graber.
62
63 username, password, format, title, arguments and redirect support added
64 by Daniel Bartlett.
65
66 Website: http://launchpad.net/pastebinit
67
68 E-mail: stgraber@ubuntu.com
69
71 Copyright © 2007-2011 Stephane Graber
72
73
74
75[FIXME: source] January 09, 2011 PASTEBINIT(1)