1CLIPJOIN(1) User Contributed Perl Documentation CLIPJOIN(1)
2
3
4
6 version 0.21
7
9 clipjoin - Remove superfluous spaces from the clipboard.
10
12 Often you'll copy some stuff, like this:
13
14 <ingy> hey rking, you should use YBFOD: http://search.cpan
15 | .org/~ingy/Acme-YBFOD-0.11/
16
17 Getting that URL to a browser is tedious.
18
19 Another IRC example is longer quotes:
20
21 <strunk> Objective consideration of contemporary phenomena compels the
22 conclusion that success or failure in competitive activities
23 exhibits no tendency to be commensurate with enate capacity but
24 that a considerable element of the unpredictable must invariably
25 be taken into account. I returned, and saw under the sun, that the
26 race is not to the swift, nor the battle to the strong, neither
27 yet bread to the wise, nor yet riches to men of understanding, nor
28 yet favour to men of skill, but time and chance happeneth to them all.
29
30 If you wanted to quote that to someone, you'd have \n's and " "'s
31 everywhere, unless you ran "clipjoin" first.
32
33 An example from mutt:
34
35 ,-------------------------------------------. | xterm
36 (X) | +-------------------------------------------+ |
37 http://www.thisisalink.com/that/wrapped/ar|
38 |+ound/a/line/and/its/a/pain/without/the/joi| |+inclip/script
39 | `-------------------------------------------'
40
41 Becomes:
42 http://www.thisisalink.com/that/wrapped/around/a/line/and/its/a/pain/without/the/clipjoin/script
43
45 Ryan King <rking@panoptic.com>
46
48 Copyright (c) 2010. Ryan King. All rights reserved.
49
50 This program is free software; you can redistribute it and/or modify it
51 under the same terms as Perl itself.
52
53 See <http://www.perl.com/perl/misc/Artistic.html>
54
56 Websites
57 The following websites have more information about this module, and may
58 be of help to you. As always, in addition to those websites please use
59 your favorite search engine to discover more resources.
60
61 · MetaCPAN
62
63 A modern, open-source CPAN search engine, useful to view POD in
64 HTML format.
65
66 <https://metacpan.org/release/Clipboard>
67
68 · Search CPAN
69
70 The default CPAN search engine, useful to view POD in HTML format.
71
72 <http://search.cpan.org/dist/Clipboard>
73
74 · RT: CPAN's Bug Tracker
75
76 The RT ( Request Tracker ) website is the default bug/issue
77 tracking system for CPAN.
78
79 <https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard>
80
81 · AnnoCPAN
82
83 The AnnoCPAN is a website that allows community annotations of Perl
84 module documentation.
85
86 <http://annocpan.org/dist/Clipboard>
87
88 · CPAN Ratings
89
90 The CPAN Ratings is a website that allows community ratings and
91 reviews of Perl modules.
92
93 <http://cpanratings.perl.org/d/Clipboard>
94
95 · CPANTS
96
97 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
98 of a distribution.
99
100 <http://cpants.cpanauthors.org/dist/Clipboard>
101
102 · CPAN Testers
103
104 The CPAN Testers is a network of smoke testers who run automated
105 tests on uploaded CPAN distributions.
106
107 <http://www.cpantesters.org/distro/C/Clipboard>
108
109 · CPAN Testers Matrix
110
111 The CPAN Testers Matrix is a website that provides a visual
112 overview of the test results for a distribution on various
113 Perls/platforms.
114
115 <http://matrix.cpantesters.org/?dist=Clipboard>
116
117 · CPAN Testers Dependencies
118
119 The CPAN Testers Dependencies is a website that shows a chart of
120 the test results of all dependencies for a distribution.
121
122 <http://deps.cpantesters.org/?module=Clipboard>
123
124 Bugs / Feature Requests
125 Please report any bugs or feature requests by email to "bug-clipboard
126 at rt.cpan.org", or through the web interface at
127 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard>. You will
128 be automatically notified of any progress on the request by the system.
129
130 Source Code
131 The code is open to the world, and available for you to hack on. Please
132 feel free to browse it and play with it, or whatever. If you want to
133 contribute patches, please send me a diff or prod me to pull from your
134 repository :)
135
136 <https://github.com/shlomif/clipboard>
137
138 git clone https://github.com/shlomif/Clipboard
139
141 Shlomi Fish <shlomif@cpan.org>
142
144 Please report any bugs or feature requests on the bugtracker website
145 <https://github.com/shlomif/clipboard/issues>
146
147 When submitting a bug or request, please include a test-file or a patch
148 to an existing test-file that illustrates the bug or desired feature.
149
151 This software is copyright (c) 2019 by Ryan King <rking@panoptic.com>.
152
153 This is free software; you can redistribute it and/or modify it under
154 the same terms as the Perl 5 programming language system itself.
155
156
157
158perl v5.30.1 2020-01-29 CLIPJOIN(1)