1App::Nopaste::Command(3U)ser Contributed Perl DocumentatiAopnp::Nopaste::Command(3)
2
3
4
6 App::Nopaste::Command - command-line utility for App::Nopaste
7
8 nopaste - command-line utility to nopaste
9
11 This application will take some text on STDIN and give you a URL on
12 STDOUT.
13
14 You may also specify files as arguments, they will be concatenated
15 together into one large nopaste.
16
18 -d, --desc
19 The one line description of your paste. The default is usually the
20 first few characters of your text.
21
22 -n, --name
23 Your nickname, usually displayed with the paste. Default: $NOPASTE_NICK
24 then $USER.
25
26 -l, --lang
27 The language of the nopaste. The values accepted depend on the nopaste
28 service. There is no mapping done yet. Default: perl.
29
30 -c, --chan
31 The channel for the nopaste, not always relevant. Usually tied to a
32 pastebot in that channel which will announce your paste.
33
34 -s, --services
35 The nopaste services to try, in order. You may also specify this in
36 $NOPASTE_SERVICES (space-separated list of service names, e.g.
37 "Shadowcat Gist").
38
39 -L, --list
40 List available nopaste services.
41
42 -x, --copy
43 If specified, automatically copy the URL to your clipboard, using the
44 Clipboard module.
45
46 -p, --paste
47 If specified, use only the clipboard as input, using the Clipboard
48 module.
49
50 -o, --open
51 If specified, automatically open the URL using Browser::Open.
52 Browser::Open tries a number of different browser commands depending on
53 your OS.
54
55 --private
56 If specified, the paste access will be restricted to those that know
57 the URL.
58
59 -q, --quiet
60 If specified, do not warn or complain about broken services.
61
62
63
64perl v5.12.3 2011-08-26 App::Nopaste::Command(3)