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
9 version 1.012
10
12 This application will take some text on STDIN and give you a URL on
13 STDOUT.
14
15 You may also specify files as arguments, they will be concatenated
16 together into one large nopaste.
17
19 -d, --desc
20 The one line description of your paste. The default is usually the
21 first few characters of your text.
22
23 -n, --name
24 Your nickname, usually displayed with the paste. Default: $NOPASTE_NICK
25 then $USER.
26
27 -l, --lang
28 The language of the nopaste. The values accepted depend on the nopaste
29 service. There is no mapping done yet. Default: perl.
30
31 -c, --chan
32 The channel for the nopaste, not always relevant. Usually tied to a
33 pastebot in that channel which will announce your paste.
34
35 -s, --services
36 The nopaste services to try, in order. You may also specify this in
37 $NOPASTE_SERVICES (space-separated list of service names, e.g.
38 "Shadowcat Gist").
39
40 -L, --list
41 List available nopaste services.
42
43 -x, --copy
44 If specified, automatically copy the URL to your clipboard, using the
45 Clipboard module.
46
47 -p, --paste
48 If specified, use only the clipboard as input, using the Clipboard
49 module.
50
51 -o, --open
52 If specified, automatically open the URL using Browser::Open.
53 Browser::Open tries a number of different browser commands depending on
54 your OS.
55
56 --private
57 If specified, the paste access will be restricted to those that know
58 the URL.
59
60 -q, --quiet
61 If specified, do not warn or complain about broken services.
62
64 Bugs may be submitted through the RT bug tracker
65 <https://rt.cpan.org/Public/Dist/Display.html?Name=App-Nopaste> (or
66 bug-App-Nopaste@rt.cpan.org <mailto:bug-App-Nopaste@rt.cpan.org>).
67
69 Shawn M Moore, <sartak@gmail.com>
70
72 This software is copyright (c) 2008 by Shawn M Moore.
73
74 This is free software; you can redistribute it and/or modify it under
75 the same terms as the Perl 5 programming language system itself.
76
77
78
79perl v5.28.0 2018-07-08 App::Nopaste::Command(3)