.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "urxvt-extensions 1" .TH urxvt-extensions 1 2024-03-07 9.31 RXVT-UNICODE .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME urxvt\-extensions \- briefly list urxvt perl extensions .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& urxvt \-pe extension\-name .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" This manpage briefly lists the rxvt-unicode extensions available in this version of rxvt-unicode. For information on how to write urxvt extensions, see the urxvt-extensions manpage. .PP Extensions that use resources for configuration are loaded automatically when their resources are specified as command-line switches. Any extension can be loaded explicitly with the \f(CW\*(C`\-pe\*(C'\fR switch. .SH "EXTENSION LIST" .IX Header "EXTENSION LIST" background \- manage terminal background .PP bell-command \- execute a command when the bell rings .PP block-graphics-to-ascii \- map block graphics to ascii characters .PP clickthrough \- make window "transparent" with respect to input events .PP clipboard-osc \- implement the clipboard operating system command sequence .PP confirm-paste \- ask for confirmation before pasting control characters .PP digital-clock \- display a digital clock overlay .PP eval \- evaluate arbitrary perl code using actions .PP example-refresh-hooks \- example of how to use refresh hooks .PP keysym-list \- implement the "list" keysym expansion. .PP kuake \- kuake-like hotkey terminal .PP matcher \- match strings in terminal output and change their rendition .PP option-popup \- option menu .PP overlay-osc \- implement OSC to manage overlays .PP readline \- improve readline editing .PP remote-clipboard \- manage a shared and possibly remote clipboard .PP searchable-scrollback \- incremental scrollback search .PP selection \- more intelligent selection .PP selection-autotransform \- automatically transform select text .PP selection-pastebin \- automatic pastebin upload .PP selection-popup \- selection management pop-up .PP selection-to-clipboard \- copy the selection to the clipboard each time a selection is made .PP tabbed \- tabbed interface to urxvt .PP xim-onthespot \- implement XIM "on-the-spot" behaviour .PP font-size \- interactive font size setter .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBurxvt\fR\|(1), \fBurxvtperl\fR\|(3)