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 multiline text
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 (enabled by default)
45
46 overlay-osc - implement OSC to manage overlays
47
48 readline - improve readline editing (enabled by default)
49
50 remote-clipboard - manage a shared and possibly remote clipboard
51
52 searchable-scrollback - incremental scrollback search (enabled by
53 default)
54
55 selection - more intelligent selection (enabled by default)
56
57 selection-autotransform - automatically transform select text
58
59 selection-pastebin - automatic pastebin upload
60
61 selection-popup (enabled by default)
62
63 selection-to-clipboard - copy the selection to the clipboard each time
64 a selection is made
65
66 tabbed - tabbed interface to urxvt
67
68 xim-onthespot - implement XIM "on-the-spot" behaviour
69
71 urxvt(1), urxvtperl(3)
72
73
74
759.26 2021-07-23 urxvt-extensions(1)