1CLIPEDIT(1) User Contributed Perl Documentation CLIPEDIT(1)
2
3
4
6 version 0.21
7
9 clipedit - Edit clipboard contents in one swoop.
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 · Search CPAN
50
51 The default CPAN search engine, useful to view POD in HTML format.
52
53 <http://search.cpan.org/dist/Clipboard>
54
55 · RT: CPAN's Bug Tracker
56
57 The RT ( Request Tracker ) website is the default bug/issue
58 tracking system for CPAN.
59
60 <https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard>
61
62 · AnnoCPAN
63
64 The AnnoCPAN is a website that allows community annotations of Perl
65 module documentation.
66
67 <http://annocpan.org/dist/Clipboard>
68
69 · CPAN Ratings
70
71 The CPAN Ratings is a website that allows community ratings and
72 reviews of Perl modules.
73
74 <http://cpanratings.perl.org/d/Clipboard>
75
76 · CPANTS
77
78 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
79 of a distribution.
80
81 <http://cpants.cpanauthors.org/dist/Clipboard>
82
83 · CPAN Testers
84
85 The CPAN Testers is a network of smoke testers who run automated
86 tests on uploaded CPAN distributions.
87
88 <http://www.cpantesters.org/distro/C/Clipboard>
89
90 · CPAN Testers Matrix
91
92 The CPAN Testers Matrix is a website that provides a visual
93 overview of the test results for a distribution on various
94 Perls/platforms.
95
96 <http://matrix.cpantesters.org/?dist=Clipboard>
97
98 · CPAN Testers Dependencies
99
100 The CPAN Testers Dependencies is a website that shows a chart of
101 the test results of all dependencies for a distribution.
102
103 <http://deps.cpantesters.org/?module=Clipboard>
104
105 Bugs / Feature Requests
106 Please report any bugs or feature requests by email to "bug-clipboard
107 at rt.cpan.org", or through the web interface at
108 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard>. You will
109 be automatically notified of any progress on the request by the system.
110
111 Source Code
112 The code is open to the world, and available for you to hack on. Please
113 feel free to browse it and play with it, or whatever. If you want to
114 contribute patches, please send me a diff or prod me to pull from your
115 repository :)
116
117 <https://github.com/shlomif/clipboard>
118
119 git clone https://github.com/shlomif/Clipboard
120
122 Shlomi Fish <shlomif@cpan.org>
123
125 Please report any bugs or feature requests on the bugtracker website
126 <https://github.com/shlomif/clipboard/issues>
127
128 When submitting a bug or request, please include a test-file or a patch
129 to an existing test-file that illustrates the bug or desired feature.
130
132 This software is copyright (c) 2019 by Ryan King <rking@panoptic.com>.
133
134 This is free software; you can redistribute it and/or modify it under
135 the same terms as the Perl 5 programming language system itself.
136
137
138
139perl v5.30.1 2020-01-29 CLIPEDIT(1)