1CLIPFILTER(1) User Contributed Perl Documentation CLIPFILTER(1)
2
3
4
6 clipfilter - various conversions for your clipboard data
7
9 # copy some stuff
10 $ clipfilter -html
11 # paste, with html entities substituted in
12
13 # or URI-escaping:
14 $ clipfilter -uri
15
16 # or pipe through an arbitrary program:
17 $ clipfilter tac
18 # Note: currently, it splits that input on space and sends it to IPC::Run
19
21 There are too many paste/do-something/copy dances in the world.
22
24 Ryan King <rking@sharpsaw.org>
25
27 Copyright (c) 2005. Ryan King. All rights reserved.
28
29 This program is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31
32 See <http://www.perl.com/perl/misc/Artistic.html>
33
34
35
36perl v5.12.0 2005-10-20 CLIPFILTER(1)