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

NAME

6       clipaccumulate - Make a bunch of little clipboards into one big one.
7

USAGE

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

MOTIVATION

26       Hard to explain.  I had a case where I wanted to make a bunch of small
27       notes that included all these different bits of info.  Instead of
28       jotting them down on a scrap of paper, I made this.
29
30       Let me know if it can be made better.  (Ok, I know it can be made
31       better, but let me know /how/.  And stop being such a wiseacre.)
32

AUTHOR

34       Ryan King <rking@sharpsaw.org>
35
37       Copyright (c) 2005.  Ryan King.  All rights reserved.
38
39       This program is free software; you can redistribute it and/or modify it
40       under the same terms as Perl itself.
41
42       See <http://www.perl.com/perl/misc/Artistic.html>
43
44
45
46perl v5.12.0                      2005-10-20                 CLIPACCUMULATE(1)
Impressum