1CLIPBROWSE(1)         User Contributed Perl Documentation        CLIPBROWSE(1)
2
3
4

NAME

6       clipbrowse
7

VERSION

9       version 0.20
10

USAGE

12       # ...copy something # (You might want to do a `clipjoin` if the URL
13       text is messy) $ clipbrowse
14
15       Remember that many browsers will usefully load things that don't look
16       like URL's. For example Firefox does a Google "I'm feeling lucky" with
17       non-URLs.  This means you can have any text in your clipboard and
18       `clipbrowse`.
19

NAME

21       clipbrowse - Load a URL from the clipboard into your browser.
22

VERSION

24       version 0.20
25

MOTIVATION

27       It saves a couple of seconds every time you run it.  Chrome and
28       Firefox, for examples, automatically create a new tab and loads the
29       page when you invoke it from the command line.  Already we've saved a
30       Ctrl+T and a Shift+Insert.  When you consider the parallelizing (that
31       your browser will be actively loading the page while you're Alt+Tabbing
32       to it), you've squeaked out a little more.
33
34       Maybe I'm just a freak, but I like shaving out wasted time like that.
35

CONFIGURATION

37       The environment variable $BROWSER will override the default launching
38       command.  If you have a %s in the line, it will be replaced with the
39       url.  if not, the url will be appended at the end.
40
41       The default is `chromium-browser "%s"` (Debian's Google Chrome) If you
42       still use Firefox, consider: `firefox -remote "openURL(%s,new-tab)"'`.
43

AUTHOR

45       Ryan King <rking@panoptic.com> =head1 COPYRIGHT
46
47       Copyright (c) 2010.  Ryan King.  All rights reserved.
48
49       This program is free software; you can redistribute it and/or modify it
50       under the same terms as Perl itself.
51
52       See <http://www.perl.com/perl/misc/Artistic.html>
53

SUPPORT

55   Websites
56       The following websites have more information about this module, and may
57       be of help to you. As always, in addition to those websites please use
58       your favorite search engine to discover more resources.
59
60       ·   MetaCPAN
61
62           A modern, open-source CPAN search engine, useful to view POD in
63           HTML format.
64
65           <https://metacpan.org/release/Clipboard>
66
67       ·   Search CPAN
68
69           The default CPAN search engine, useful to view POD in HTML format.
70
71           <http://search.cpan.org/dist/Clipboard>
72
73       ·   RT: CPAN's Bug Tracker
74
75           The RT ( Request Tracker ) website is the default bug/issue
76           tracking system for CPAN.
77
78           <https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard>
79
80       ·   AnnoCPAN
81
82           The AnnoCPAN is a website that allows community annotations of Perl
83           module documentation.
84
85           <http://annocpan.org/dist/Clipboard>
86
87       ·   CPAN Ratings
88
89           The CPAN Ratings is a website that allows community ratings and
90           reviews of Perl modules.
91
92           <http://cpanratings.perl.org/d/Clipboard>
93
94       ·   CPANTS
95
96           The CPANTS is a website that analyzes the Kwalitee ( code metrics )
97           of a distribution.
98
99           <http://cpants.cpanauthors.org/dist/Clipboard>
100
101       ·   CPAN Testers
102
103           The CPAN Testers is a network of smoke testers who run automated
104           tests on uploaded CPAN distributions.
105
106           <http://www.cpantesters.org/distro/C/Clipboard>
107
108       ·   CPAN Testers Matrix
109
110           The CPAN Testers Matrix is a website that provides a visual
111           overview of the test results for a distribution on various
112           Perls/platforms.
113
114           <http://matrix.cpantesters.org/?dist=Clipboard>
115
116       ·   CPAN Testers Dependencies
117
118           The CPAN Testers Dependencies is a website that shows a chart of
119           the test results of all dependencies for a distribution.
120
121           <http://deps.cpantesters.org/?module=Clipboard>
122
123   Bugs / Feature Requests
124       Please report any bugs or feature requests by email to "bug-clipboard
125       at rt.cpan.org", or through the web interface at
126       <https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard>. You will
127       be automatically notified of any progress on the request by the system.
128
129   Source Code
130       The code is open to the world, and available for you to hack on. Please
131       feel free to browse it and play with it, or whatever. If you want to
132       contribute patches, please send me a diff or prod me to pull from your
133       repository :)
134
135       <https://github.com/shlomif/clipboard>
136
137         git clone https://github.com/shlomif/Clipboard
138

AUTHOR

140       Shlomi Fish <shlomif@cpan.org>
141

BUGS

143       Please report any bugs or feature requests on the bugtracker website
144       <https://github.com/shlomif/clipboard/issues>
145
146       When submitting a bug or request, please include a test-file or a patch
147       to an existing test-file that illustrates the bug or desired feature.
148
150       This software is copyright (c) 2019 by Ryan King <rking@panoptic.com>.
151
152       This is free software; you can redistribute it and/or modify it under
153       the same terms as the Perl 5 programming language system itself.
154
155
156
157perl v5.30.0                      2019-07-26                     CLIPBROWSE(1)
Impressum