DragonFly On-Line Manual Pages
CLIPEDIT(1) User Contributed Perl Documentation CLIPEDIT(1)
NAME
clipedit - Edit clipboard contents in one swoop.
MOTIVATION
Eliminating the "Open editor, edit stuff, copy back to the clipboard"
shuffle.
NOTE
If for some reason the clipboard contents changes during the edit
session, you will be prompted to choose between 1) the original
Clipboard contents, 2) the new Clipboard contents, and 3) the result of
your edits (which is the default if you just hit "Enter").
CONFIGURATION
If you don't want the script to use "vim" to edit, set either the
environment variable $VISUAL or $EDITOR.
AUTHOR
Ryan King <rking@panoptic.com>
COPYRIGHT
Copyright (c) 2010. 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>
perl v5.20.2 2010-10-07 CLIPEDIT(1)