Ryan King > Clipboard > clipfilter

Download:
Clipboard-0.09.tar.gz

Annotate this POD

CPAN RT

New  3
Open  0
View Bugs
Report a bug
Source  

NAME ^

clipfilter - various conversions for your clipboard data

USAGE ^

    # copy some stuff
    $ clipfilter -html
    # paste, with html entities substituted in
    
    # or URI-escaping:
    $ clipfilter -uri

    # or pipe through an arbitrary program:
    $ clipfilter tac
    # Note: currently, it splits that input on space and sends it to IPC::Run

MOTIVATION ^

There are too many paste/do-something/copy dances in the world.

AUTHOR ^

Ryan King <rking@sharpsaw.org>

COPYRIGHT ^

Copyright (c) 2005. Ryan King. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html