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

NAME

6       clipjoin - Remove superfluous spaces from the clipboard.
7

VERSION

9       version 0.28
10

MOTIVATION

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

AUTHOR

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

SUPPORT

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       •   RT: CPAN's Bug Tracker
69
70           The RT ( Request Tracker ) website is the default bug/issue
71           tracking system for CPAN.
72
73           <https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard>
74
75       •   CPANTS
76
77           The CPANTS is a website that analyzes the Kwalitee ( code metrics )
78           of a distribution.
79
80           <http://cpants.cpanauthors.org/dist/Clipboard>
81
82       •   CPAN Testers
83
84           The CPAN Testers is a network of smoke testers who run automated
85           tests on uploaded CPAN distributions.
86
87           <http://www.cpantesters.org/distro/C/Clipboard>
88
89       •   CPAN Testers Matrix
90
91           The CPAN Testers Matrix is a website that provides a visual
92           overview of the test results for a distribution on various
93           Perls/platforms.
94
95           <http://matrix.cpantesters.org/?dist=Clipboard>
96
97       •   CPAN Testers Dependencies
98
99           The CPAN Testers Dependencies is a website that shows a chart of
100           the test results of all dependencies for a distribution.
101
102           <http://deps.cpantesters.org/?module=Clipboard>
103
104   Bugs / Feature Requests
105       Please report any bugs or feature requests by email to "bug-clipboard
106       at rt.cpan.org", or through the web interface at
107       <https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard>. You will
108       be automatically notified of any progress on the request by the system.
109
110   Source Code
111       The code is open to the world, and available for you to hack on. Please
112       feel free to browse it and play with it, or whatever. If you want to
113       contribute patches, please send me a diff or prod me to pull from your
114       repository :)
115
116       <https://github.com/shlomif/Clipboard>
117
118         git clone git://github.com/shlomif/Clipboard.git
119

AUTHOR

121       Shlomi Fish <shlomif@cpan.org>
122

BUGS

124       Please report any bugs or feature requests on the bugtracker website
125       <https://github.com/shlomif/Clipboard/issues>
126
127       When submitting a bug or request, please include a test-file or a patch
128       to an existing test-file that illustrates the bug or desired feature.
129
131       This software is copyright (c) 2021 by Ryan King <rking@panoptic.com>.
132
133       This is free software; you can redistribute it and/or modify it under
134       the same terms as the Perl 5 programming language system itself.
135
136
137
138perl v5.34.0                      2021-07-22                       CLIPJOIN(1)
Impressum