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