1urxvt-extensions(1) RXVT-UNICODE urxvt-extensions(1)
2
3
4
6 urxvt-extensions - briefly list urxvt perl extensions
7
9 urxvt -pe extension-name
10
12 This manpage briefly lists the rxvt-unicode extensions available in
13 this version of rxvt-unicode. For information on how to write urxvt
14 extensions, see the urxvt-extensions manpage.
15
16 Extensions that use resources for configuration are loaded
17 automatically when their resources are specified as command-line
18 switches. Any extension can be loaded explicitly with the "-pe" switch.
19
21 background - manage terminal background
22
23 bell-command - execute a command when the bell rings
24
25 block-graphics-to-ascii - map block graphics to ascii characters
26
27 clipboard-osc - implement the clipboard operating system command
28 sequence
29
30 confirm-paste - ask for confirmation before pasting control characters
31
32 digital-clock - display a digital clock overlay
33
34 eval - evaluate arbitrary perl code using actions
35
36 example-refresh-hooks - example of how to use refresh hooks
37
38 keysym-list - implement the "list" keysym expansion.
39
40 kuake - kuake-like hotkey terminal
41
42 matcher - match strings in terminal output and change their rendition
43
44 option-popup - option menu
45
46 overlay-osc - implement OSC to manage overlays
47
48 readline - improve readline editing
49
50 remote-clipboard - manage a shared and possibly remote clipboard
51
52 searchable-scrollback - incremental scrollback search
53
54 selection - more intelligent selection
55
56 selection-autotransform - automatically transform select text
57
58 selection-pastebin - automatic pastebin upload
59
60 selection-popup - selection management pop-up
61
62 selection-to-clipboard - copy the selection to the clipboard each time
63 a selection is made
64
65 tabbed - tabbed interface to urxvt
66
67 xim-onthespot - implement XIM "on-the-spot" behaviour
68
70 urxvt(1), urxvtperl(3)
71
72
73
749.30 2022-01-22 urxvt-extensions(1)