ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.96 by root, Tue Jan 17 16:22:41 2006 UTC vs.
Revision 1.97 by elmex, Tue Jan 17 16:53:47 2006 UTC

75=item rot13 75=item rot13
76 76
77Rot-13 the selection when activated. Used via keyboard trigger: 77Rot-13 the selection when activated. Used via keyboard trigger:
78 78
79 URxvt.keysym.C-M-r: perl:selection:rot13 79 URxvt.keysym.C-M-r: perl:selection:rot13
80
81=item remote-pastebin
82
83Upload the selection as textfile to a remote site.
84
85 URxvt.keysym.C-M-e: perl:selection:remote-pastebin
86
87To set the command to upload the file set this resource:
88
89 URxvt.selection-pastebin-cmd: rsync -apP % ruth:/var/www/www.ta-sa.org/files/txt/.
90
91The % is the placeholder for the textfile. The name of the textfile is the hex encoded
92md5 sum of the selection.
93After an successful upload the selection will be replaced by the following url
94(the % is the placeholder for the filename):
95
96 URxvt.selection-pastebin-url: http://www.ta-sa.org/files/txt/%
97 80
98=back 81=back
99 82
100=item option-popup (enabled by default) 83=item option-popup (enabled by default)
101 84
178=item example-refresh-hooks 161=item example-refresh-hooks
179 162
180Displays a very simple digital clock in the upper right corner of the 163Displays a very simple digital clock in the upper right corner of the
181window. Illustrates overwriting the refresh callbacks to create your own 164window. Illustrates overwriting the refresh callbacks to create your own
182overlays or changes. 165overlays or changes.
166
167=item selection-pastebin
168
169Uploads the selection as textfile to a remote site.
170
171 URxvt.keysym.C-M-e: perl:selection-pastebin:remote-pastebin
172
173To set the command to upload the file set this resource:
174
175 URxvt.selection-pastebin-cmd: rsync -apP % ruth:/var/www/www.ta-sa.org/files/txt/.
176
177The % is the placeholder for the textfile. The name of the textfile is the hex encoded
178md5 sum of the selection.
179After an successful upload the selection will be replaced by the following url
180(the % is the placeholder for the filename):
181
182 URxvt.selection-pastebin-url: http://www.ta-sa.org/files/txt/%
183 183
184=back 184=back
185 185
186=head1 API DOCUMENTATION 186=head1 API DOCUMENTATION
187 187

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines