1CLIPEDIT(1) User Contributed Perl Documentation CLIPEDIT(1)
2
3
4
6 clipedit - Edit clipboard contents in one swoop.
7
9 version 0.28
10
12 Eliminating the "Open editor, edit stuff, copy back to the clipboard"
13 shuffle.
14
16 If for some reason the clipboard contents changes during the edit
17 session, you will be prompted to choose between 1) the original
18 Clipboard contents, 2) the new Clipboard contents, and 3) the result of
19 your edits (which is the default if you just hit "Enter").
20
22 If you don't want the script to use "vim" to edit, set either the
23 environment variable $VISUAL or $EDITOR.
24
26 Ryan King <rking@panoptic.com>
27
29 Copyright (c) 2010. Ryan King. All rights reserved.
30
31 This program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34 See <http://www.perl.com/perl/misc/Artistic.html>
35
37 Websites
38 The following websites have more information about this module, and may
39 be of help to you. As always, in addition to those websites please use
40 your favorite search engine to discover more resources.
41
42 • MetaCPAN
43
44 A modern, open-source CPAN search engine, useful to view POD in
45 HTML format.
46
47 <https://metacpan.org/release/Clipboard>
48
49 • RT: CPAN's Bug Tracker
50
51 The RT ( Request Tracker ) website is the default bug/issue
52 tracking system for CPAN.
53
54 <https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard>
55
56 • CPANTS
57
58 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
59 of a distribution.
60
61 <http://cpants.cpanauthors.org/dist/Clipboard>
62
63 • CPAN Testers
64
65 The CPAN Testers is a network of smoke testers who run automated
66 tests on uploaded CPAN distributions.
67
68 <http://www.cpantesters.org/distro/C/Clipboard>
69
70 • CPAN Testers Matrix
71
72 The CPAN Testers Matrix is a website that provides a visual
73 overview of the test results for a distribution on various
74 Perls/platforms.
75
76 <http://matrix.cpantesters.org/?dist=Clipboard>
77
78 • CPAN Testers Dependencies
79
80 The CPAN Testers Dependencies is a website that shows a chart of
81 the test results of all dependencies for a distribution.
82
83 <http://deps.cpantesters.org/?module=Clipboard>
84
85 Bugs / Feature Requests
86 Please report any bugs or feature requests by email to "bug-clipboard
87 at rt.cpan.org", or through the web interface at
88 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard>. You will
89 be automatically notified of any progress on the request by the system.
90
91 Source Code
92 The code is open to the world, and available for you to hack on. Please
93 feel free to browse it and play with it, or whatever. If you want to
94 contribute patches, please send me a diff or prod me to pull from your
95 repository :)
96
97 <https://github.com/shlomif/Clipboard>
98
99 git clone git://github.com/shlomif/Clipboard.git
100
102 Shlomi Fish <shlomif@cpan.org>
103
105 Please report any bugs or feature requests on the bugtracker website
106 <https://github.com/shlomif/Clipboard/issues>
107
108 When submitting a bug or request, please include a test-file or a patch
109 to an existing test-file that illustrates the bug or desired feature.
110
112 This software is copyright (c) 2021 by Ryan King <rking@panoptic.com>.
113
114 This is free software; you can redistribute it and/or modify it under
115 the same terms as the Perl 5 programming language system itself.
116
117
118
119perl v5.34.0 2022-01-21 CLIPEDIT(1)