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

NAME

6       clipaccumulate
7

VERSION

9       version 0.20
10

USAGE

12       The first thing it says (which goes to STDERR, so you can redirect into
13       a file if you want), is how to exit, which is by copying the magic
14       "end" string into the clipboard.  Crufty?  Yep.  You can still do
15       Ctrl+C if you don't like this (or if the string scrolls off the top of
16       the screen).
17
18       The next thing it does is wait for the clipboard to change, at which
19       point it will print out the new data and go back to waiting for the
20       clipboard to change.
21
22       Then you copy the exit string, and it will fill the clipboard with all
23       the little pieces it saw along the way.
24
25       (Right now, it just joins everything with spaces in between - is this
26       bugging anyone?)
27

NAME

29       clipaccumulate - Make a bunch of little clipboards into one big one.
30

VERSION

32       version 0.20
33

MOTIVATION

35       Hard to explain.  I run into cases where I wanted to make a bunch of
36       small notes that included all these different bits of info.  Instead of
37       jotting them down on a scrap of paper, I made this.
38
39       Let me know how it can be made better.
40

AUTHOR

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

SUPPORT

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

AUTHOR

138       Shlomi Fish <shlomif@cpan.org>
139

BUGS

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