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 clickthrough - make window "transparent" with respect to input events
28
29 clipboard-osc - implement the clipboard operating system command
30 sequence
31
32 confirm-paste - ask for confirmation before pasting control characters
33
34 digital-clock - display a digital clock overlay
35
36 eval - evaluate arbitrary perl code using actions
37
38 example-refresh-hooks - example of how to use refresh hooks
39
40 keysym-list - implement the "list" keysym expansion.
41
42 kuake - kuake-like hotkey terminal
43
44 matcher - match strings in terminal output and change their rendition
45
46 option-popup - option menu
47
48 overlay-osc - implement OSC to manage overlays
49
50 readline - improve readline editing
51
52 remote-clipboard - manage a shared and possibly remote clipboard
53
54 searchable-scrollback - incremental scrollback search
55
56 selection - more intelligent selection
57
58 selection-autotransform - automatically transform select text
59
60 selection-pastebin - automatic pastebin upload
61
62 selection-popup - selection management pop-up
63
64 selection-to-clipboard - copy the selection to the clipboard each time
65 a selection is made
66
67 tabbed - tabbed interface to urxvt
68
69 xim-onthespot - implement XIM "on-the-spot" behaviour
70
72 urxvt(1), urxvtperl(3)
73
74
75
769.31 2023-01-21 urxvt-extensions(1)