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

NAME

6       clipjoin
7

VERSION

9       version 0.19
10

NAME

12       clipjoin - Remove superfluous spaces from the clipboard.
13

VERSION

15       version 0.19
16

MOTIVATION

18       Often you'll copy some stuff, like this:
19
20         <ingy> hey rking, you should use YBFOD: http://search.cpan
21           | .org/~ingy/Acme-YBFOD-0.11/
22
23       Getting that URL to a browser is tedious.
24
25       Another IRC example is longer quotes:
26
27         <strunk> Objective consideration of contemporary phenomena compels the
28             conclusion that success or failure in competitive activities
29             exhibits no tendency to be commensurate with enate capacity but
30             that a considerable element of the unpredictable must invariably
31             be taken into account. I returned, and saw under the sun, that the
32             race is not to the swift, nor the battle to the strong, neither
33             yet bread to the wise, nor yet riches to men of understanding, nor
34             yet favour to men of skill, but time and chance happeneth to them all.
35
36       If you wanted to quote that to someone, you'd have \n's and "   "'s
37       everywhere, unless you ran "clipjoin" first.
38
39       An example from mutt:
40
41       ,-------------------------------------------.  |  xterm
42       (X) | +-------------------------------------------+ |
43       http://www.thisisalink.com/that/wrapped/ar|
44       |+ound/a/line/and/its/a/pain/without/the/joi| |+inclip/script
45       | `-------------------------------------------'
46
47       Becomes:
48       http://www.thisisalink.com/that/wrapped/around/a/line/and/its/a/pain/without/the/clipjoin/script
49

AUTHOR

51       Ryan King <rking@panoptic.com>
52
54       Copyright (c) 2010.  Ryan King.  All rights reserved.
55
56       This program is free software; you can redistribute it and/or modify it
57       under the same terms as Perl itself.
58
59       See <http://www.perl.com/perl/misc/Artistic.html>
60

SUPPORT

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

AUTHOR

147       Shlomi Fish <shlomif@cpan.org>
148

BUGS

150       Please report any bugs or feature requests on the bugtracker website
151       <https://github.com/shlomif/clipboard/issues>
152
153       When submitting a bug or request, please include a test-file or a patch
154       to an existing test-file that illustrates the bug or desired feature.
155
157       This software is copyright (c) 2019 by Ryan King <rking@panoptic.com>.
158
159       This is free software; you can redistribute it and/or modify it under
160       the same terms as the Perl 5 programming language system itself.
161
162
163
164perl v5.28.1                      2019-01-31                       CLIPJOIN(1)
Impressum