1CLIPACCUMULATE(1) User Contributed Perl Documentation CLIPACCUMULATE(1)
2
3
4
6 version 0.21
7
9 The first thing it says (which goes to STDERR, so you can redirect into
10 a file if you want), is how to exit, which is by copying the magic
11 "end" string into the clipboard. Crufty? Yep. You can still do
12 Ctrl+C if you don't like this (or if the string scrolls off the top of
13 the screen).
14
15 The next thing it does is wait for the clipboard to change, at which
16 point it will print out the new data and go back to waiting for the
17 clipboard to change.
18
19 Then you copy the exit string, and it will fill the clipboard with all
20 the little pieces it saw along the way.
21
22 (Right now, it just joins everything with spaces in between - is this
23 bugging anyone?)
24
26 clipaccumulate - Make a bunch of little clipboards into one big one.
27
29 Hard to explain. I run into cases where I wanted to make a bunch of
30 small notes that included all these different bits of info. Instead of
31 jotting them down on a scrap of paper, I made this.
32
33 Let me know how it can be made better.
34
36 Ryan King <rking@panoptic.com>
37
39 Copyright (c) 2010. Ryan King. All rights reserved.
40
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44 See <http://www.perl.com/perl/misc/Artistic.html>
45
47 Websites
48 The following websites have more information about this module, and may
49 be of help to you. As always, in addition to those websites please use
50 your favorite search engine to discover more resources.
51
52 · MetaCPAN
53
54 A modern, open-source CPAN search engine, useful to view POD in
55 HTML format.
56
57 <https://metacpan.org/release/Clipboard>
58
59 · Search CPAN
60
61 The default CPAN search engine, useful to view POD in HTML format.
62
63 <http://search.cpan.org/dist/Clipboard>
64
65 · RT: CPAN's Bug Tracker
66
67 The RT ( Request Tracker ) website is the default bug/issue
68 tracking system for CPAN.
69
70 <https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard>
71
72 · AnnoCPAN
73
74 The AnnoCPAN is a website that allows community annotations of Perl
75 module documentation.
76
77 <http://annocpan.org/dist/Clipboard>
78
79 · CPAN Ratings
80
81 The CPAN Ratings is a website that allows community ratings and
82 reviews of Perl modules.
83
84 <http://cpanratings.perl.org/d/Clipboard>
85
86 · CPANTS
87
88 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
89 of a distribution.
90
91 <http://cpants.cpanauthors.org/dist/Clipboard>
92
93 · CPAN Testers
94
95 The CPAN Testers is a network of smoke testers who run automated
96 tests on uploaded CPAN distributions.
97
98 <http://www.cpantesters.org/distro/C/Clipboard>
99
100 · CPAN Testers Matrix
101
102 The CPAN Testers Matrix is a website that provides a visual
103 overview of the test results for a distribution on various
104 Perls/platforms.
105
106 <http://matrix.cpantesters.org/?dist=Clipboard>
107
108 · CPAN Testers Dependencies
109
110 The CPAN Testers Dependencies is a website that shows a chart of
111 the test results of all dependencies for a distribution.
112
113 <http://deps.cpantesters.org/?module=Clipboard>
114
115 Bugs / Feature Requests
116 Please report any bugs or feature requests by email to "bug-clipboard
117 at rt.cpan.org", or through the web interface at
118 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard>. You will
119 be automatically notified of any progress on the request by the system.
120
121 Source Code
122 The code is open to the world, and available for you to hack on. Please
123 feel free to browse it and play with it, or whatever. If you want to
124 contribute patches, please send me a diff or prod me to pull from your
125 repository :)
126
127 <https://github.com/shlomif/clipboard>
128
129 git clone https://github.com/shlomif/Clipboard
130
132 Shlomi Fish <shlomif@cpan.org>
133
135 Please report any bugs or feature requests on the bugtracker website
136 <https://github.com/shlomif/clipboard/issues>
137
138 When submitting a bug or request, please include a test-file or a patch
139 to an existing test-file that illustrates the bug or desired feature.
140
142 This software is copyright (c) 2019 by Ryan King <rking@panoptic.com>.
143
144 This is free software; you can redistribute it and/or modify it under
145 the same terms as the Perl 5 programming language system itself.
146
147
148
149perl v5.30.1 2020-01-29 CLIPACCUMULATE(1)