1CLIPBROWSE(1) User Contributed Perl Documentation CLIPBROWSE(1)
2
3
4
6 version 0.21
7
9 # ...copy something # (You might want to do a `clipjoin` if the URL
10 text is messy) $ clipbrowse
11
12 Remember that many browsers will usefully load things that don't look
13 like URL's. For example Firefox does a Google "I'm feeling lucky" with
14 non-URLs. This means you can have any text in your clipboard and
15 `clipbrowse`.
16
18 clipbrowse - Load a URL from the clipboard into your browser.
19
21 It saves a couple of seconds every time you run it. Chrome and
22 Firefox, for examples, automatically create a new tab and loads the
23 page when you invoke it from the command line. Already we've saved a
24 Ctrl+T and a Shift+Insert. When you consider the parallelizing (that
25 your browser will be actively loading the page while you're Alt+Tabbing
26 to it), you've squeaked out a little more.
27
28 Maybe I'm just a freak, but I like shaving out wasted time like that.
29
31 The environment variable $BROWSER will override the default launching
32 command. If you have a %s in the line, it will be replaced with the
33 url. if not, the url will be appended at the end.
34
35 The default is `chromium-browser "%s"` (Debian's Google Chrome) If you
36 still use Firefox, consider: `firefox -remote "openURL(%s,new-tab)"'`.
37
39 Ryan King <rking@panoptic.com> =head1 COPYRIGHT
40
41 Copyright (c) 2010. Ryan King. All rights reserved.
42
43 This program is free software; you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
46 See <http://www.perl.com/perl/misc/Artistic.html>
47
49 Websites
50 The following websites have more information about this module, and may
51 be of help to you. As always, in addition to those websites please use
52 your favorite search engine to discover more resources.
53
54 · MetaCPAN
55
56 A modern, open-source CPAN search engine, useful to view POD in
57 HTML format.
58
59 <https://metacpan.org/release/Clipboard>
60
61 · Search CPAN
62
63 The default CPAN search engine, useful to view POD in HTML format.
64
65 <http://search.cpan.org/dist/Clipboard>
66
67 · RT: CPAN's Bug Tracker
68
69 The RT ( Request Tracker ) website is the default bug/issue
70 tracking system for CPAN.
71
72 <https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard>
73
74 · AnnoCPAN
75
76 The AnnoCPAN is a website that allows community annotations of Perl
77 module documentation.
78
79 <http://annocpan.org/dist/Clipboard>
80
81 · CPAN Ratings
82
83 The CPAN Ratings is a website that allows community ratings and
84 reviews of Perl modules.
85
86 <http://cpanratings.perl.org/d/Clipboard>
87
88 · CPANTS
89
90 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
91 of a distribution.
92
93 <http://cpants.cpanauthors.org/dist/Clipboard>
94
95 · CPAN Testers
96
97 The CPAN Testers is a network of smoke testers who run automated
98 tests on uploaded CPAN distributions.
99
100 <http://www.cpantesters.org/distro/C/Clipboard>
101
102 · CPAN Testers Matrix
103
104 The CPAN Testers Matrix is a website that provides a visual
105 overview of the test results for a distribution on various
106 Perls/platforms.
107
108 <http://matrix.cpantesters.org/?dist=Clipboard>
109
110 · CPAN Testers Dependencies
111
112 The CPAN Testers Dependencies is a website that shows a chart of
113 the test results of all dependencies for a distribution.
114
115 <http://deps.cpantesters.org/?module=Clipboard>
116
117 Bugs / Feature Requests
118 Please report any bugs or feature requests by email to "bug-clipboard
119 at rt.cpan.org", or through the web interface at
120 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard>. You will
121 be automatically notified of any progress on the request by the system.
122
123 Source Code
124 The code is open to the world, and available for you to hack on. Please
125 feel free to browse it and play with it, or whatever. If you want to
126 contribute patches, please send me a diff or prod me to pull from your
127 repository :)
128
129 <https://github.com/shlomif/clipboard>
130
131 git clone https://github.com/shlomif/Clipboard
132
134 Shlomi Fish <shlomif@cpan.org>
135
137 Please report any bugs or feature requests on the bugtracker website
138 <https://github.com/shlomif/clipboard/issues>
139
140 When submitting a bug or request, please include a test-file or a patch
141 to an existing test-file that illustrates the bug or desired feature.
142
144 This software is copyright (c) 2019 by Ryan King <rking@panoptic.com>.
145
146 This is free software; you can redistribute it and/or modify it under
147 the same terms as the Perl 5 programming language system itself.
148
149
150
151perl v5.30.1 2020-01-29 CLIPBROWSE(1)