blob: 484321e697be45c21e28d93319540cf896f17e60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
|
startitem()
item(tt(zsh/attr))(
Builtins for manipulating extended attributes (xattr).
)
item(tt(zsh/cap))(
Builtins for manipulating POSIX.1e (POSIX.6) capability (privilege) sets.
)
item(tt(zsh/clone))(
A builtin that can clone a running shell onto another terminal.
)
item(tt(zsh/compctl))(
The tt(compctl) builtin for controlling completion.
)
item(tt(zsh/complete))(
The basic completion code.
)
item(tt(zsh/complist))(
Completion listing extensions.
)
item(tt(zsh/computil))(
A module with utility builtins needed for the shell function based
completion system.
)
item(tt(zsh/curses))(
curses windowing commands
)
item(tt(zsh/datetime))(
Some date/time commands and parameters.
)
item(tt(zsh/db/gdbm))(
Builtins for managing associative array parameters tied to GDBM databases.
)
item(tt(zsh/deltochar))(
A ZLE function duplicating EMACS' tt(zap-to-char).
)
item(tt(zsh/example))(
An example of how to write a module.
)
item(tt(zsh/files))(
Some basic file manipulation commands as builtins.
)
item(tt(zsh/langinfo))(
Interface to locale information.
)
item(tt(zsh/mapfile))(
Access to external files via a special associative array.
)
item(tt(zsh/mathfunc))(
Standard scientific functions for use in mathematical evaluations.
)
item(tt(zsh/nearcolor))(
Map colours to the nearest colour in the available palette.
)
item(tt(zsh/newuser))(
Arrange for files for new users to be installed.
)
item(tt(zsh/parameter))(
Access to internal hash tables via special associative arrays.
)
item(tt(zsh/pcre))(
Interface to the PCRE library.
)
item(tt(zsh/param/private))(
Builtins for managing private-scoped parameters in function context.
)
item(tt(zsh/regex))(
Interface to the POSIX regex library.
)
item(tt(zsh/sched))(
A builtin that provides a timed execution facility within the shell.
)
item(tt(zsh/net/socket))(
Manipulation of Unix domain sockets
)
item(tt(zsh/stat))(
A builtin command interface to the tt(stat) system call.
)
item(tt(zsh/system))(
A builtin interface to various low-level system features.
)
item(tt(zsh/net/tcp))(
Manipulation of TCP sockets
)
item(tt(zsh/termcap))(
Interface to the termcap database.
)
item(tt(zsh/terminfo))(
Interface to the terminfo database.
)
item(tt(zsh/zftp))(
A builtin FTP client.
)
item(tt(zsh/zle))(
The Zsh Line Editor, including the tt(bindkey) and tt(vared) builtins.
)
item(tt(zsh/zleparameter))(
Access to internals of the Zsh Line Editor via parameters.
)
item(tt(zsh/zprof))(
A module allowing profiling for shell functions.
)
item(tt(zsh/zpty))(
A builtin for starting a command in a pseudo-terminal.
)
item(tt(zsh/zselect))(
Block and return when file descriptors are ready.
)
item(tt(zsh/zutil))(
Some utility builtins, e.g. the one for supporting configuration via
styles.
)
enditem()
includefile(Zsh/modmenu.yo)
texinode(The zsh/attr Module)(The zsh/cap Module)()(Zsh Modules)
sect(The zsh/attr Module)
includefile(Zsh/mod_attr.yo)
texinode(The zsh/cap Module)(The zsh/clone Module)(The zsh/attr Module)(Zsh Modules)
sect(The zsh/cap Module)
includefile(Zsh/mod_cap.yo)
texinode(The zsh/clone Module)(The zsh/compctl Module)(The zsh/cap Module)(Zsh Modules)
sect(The zsh/clone Module)
includefile(Zsh/mod_clone.yo)
texinode(The zsh/compctl Module)(The zsh/complete Module)(The zsh/clone Module)(Zsh Modules)
sect(The zsh/compctl Module)
includefile(Zsh/mod_compctl.yo)
texinode(The zsh/complete Module)(The zsh/complist Module)(The zsh/compctl Module)(Zsh Modules)
sect(The zsh/complete Module)
includefile(Zsh/mod_complete.yo)
texinode(The zsh/complist Module)(The zsh/computil Module)(The zsh/complete Module)(Zsh Modules)
sect(The zsh/complist Module)
includefile(Zsh/mod_complist.yo)
texinode(The zsh/computil Module)(The zsh/curses Module)(The zsh/complist Module)(Zsh Modules)
sect(The zsh/computil Module)
includefile(Zsh/mod_computil.yo)
texinode(The zsh/curses Module)(The zsh/datetime Module)(The zsh/computil Module)(Zsh Modules)
sect(The zsh/curses Module)
includefile(Zsh/mod_curses.yo)
texinode(The zsh/datetime Module)(The zsh/db/gdbm Module)(The zsh/curses Module)(Zsh Modules)
sect(The zsh/datetime Module)
includefile(Zsh/mod_datetime.yo)
texinode(The zsh/db/gdbm Module)(The zsh/deltochar Module)(The zsh/datetime Module)(Zsh Modules)
sect(The zsh/db/gdbm Module)
includefile(Zsh/mod_db_gdbm.yo)
texinode(The zsh/deltochar Module)(The zsh/example Module)(The zsh/db/gdbm Module)(Zsh Modules)
sect(The zsh/deltochar Module)
includefile(Zsh/mod_deltochar.yo)
texinode(The zsh/example Module)(The zsh/files Module)(The zsh/deltochar Module)(Zsh Modules)
sect(The zsh/example Module)
includefile(Zsh/mod_example.yo)
texinode(The zsh/files Module)(The zsh/langinfo Module)(The zsh/example Module)(Zsh Modules)
sect(The zsh/files Module)
includefile(Zsh/mod_files.yo)
texinode(The zsh/langinfo Module)(The zsh/mapfile Module)(The zsh/files Module)(Zsh Modules)
sect(The zsh/langinfo Module)
includefile(Zsh/mod_langinfo.yo)
texinode(The zsh/mapfile Module)(The zsh/mathfunc Module)(The zsh/langinfo Module)(Zsh Modules)
sect(The zsh/mapfile Module)
includefile(Zsh/mod_mapfile.yo)
texinode(The zsh/mathfunc Module)(The zsh/nearcolor Module)(The zsh/mapfile Module)(Zsh Modules)
sect(The zsh/mathfunc Module)
includefile(Zsh/mod_mathfunc.yo)
texinode(The zsh/nearcolor Module)(The zsh/newuser Module)(The zsh/mathfunc Module)(Zsh Modules)
sect(The zsh/nearcolor Module)
includefile(Zsh/mod_nearcolor.yo)
texinode(The zsh/newuser Module)(The zsh/parameter Module)(The zsh/nearcolor Module)(Zsh Modules)
sect(The zsh/newuser Module)
includefile(Zsh/mod_newuser.yo)
texinode(The zsh/parameter Module)(The zsh/pcre Module)(The zsh/newuser Module)(Zsh Modules)
sect(The zsh/parameter Module)
includefile(Zsh/mod_parameter.yo)
texinode(The zsh/pcre Module)(The zsh/param/private Module)(The zsh/parameter Module)(Zsh Modules)
sect(The zsh/pcre Module)
includefile(Zsh/mod_pcre.yo)
texinode(The zsh/param/private Module)(The zsh/regex Module)(The zsh/pcre Module)(Zsh Modules)
sect(The zsh/param/private Module)
includefile(Zsh/mod_private.yo)
texinode(The zsh/regex Module)(The zsh/sched Module)(The zsh/param/private Module)(Zsh Modules)
sect(The zsh/regex Module)
includefile(Zsh/mod_regex.yo)
texinode(The zsh/sched Module)(The zsh/net/socket Module)(The zsh/regex Module)(Zsh Modules)
sect(The zsh/sched Module)
includefile(Zsh/mod_sched.yo)
texinode(The zsh/net/socket Module)(The zsh/stat Module)(The zsh/sched Module)(Zsh Modules)
sect(The zsh/net/socket Module)
includefile(Zsh/mod_socket.yo)
texinode(The zsh/stat Module)(The zsh/system Module)(The zsh/net/socket Module)(Zsh Modules)
sect(The zsh/stat Module)
includefile(Zsh/mod_stat.yo)
texinode(The zsh/system Module)(The zsh/net/tcp Module)(The zsh/stat Module)(Zsh Modules)
sect(The zsh/system Module)
includefile(Zsh/mod_system.yo)
texinode(The zsh/net/tcp Module)(The zsh/termcap Module)(The zsh/system Module)(Zsh Modules)
sect(The zsh/net/tcp Module)
includefile(Zsh/mod_tcp.yo)
texinode(The zsh/termcap Module)(The zsh/terminfo Module)(The zsh/net/tcp Module)(Zsh Modules)
sect(The zsh/termcap Module)
includefile(Zsh/mod_termcap.yo)
texinode(The zsh/terminfo Module)(The zsh/zftp Module)(The zsh/termcap Module)(Zsh Modules)
sect(The zsh/terminfo Module)
includefile(Zsh/mod_terminfo.yo)
texinode(The zsh/zftp Module)(The zsh/zle Module)(The zsh/terminfo Module)(Zsh Modules)
sect(The zsh/zftp Module)
includefile(Zsh/mod_zftp.yo)
texinode(The zsh/zle Module)(The zsh/zleparameter Module)(The zsh/zftp Module)(Zsh Modules)
sect(The zsh/zle Module)
includefile(Zsh/mod_zle.yo)
texinode(The zsh/zleparameter Module)(The zsh/zprof Module)(The zsh/zle Module)(Zsh Modules)
sect(The zsh/zleparameter Module)
includefile(Zsh/mod_zleparameter.yo)
texinode(The zsh/zprof Module)(The zsh/zpty Module)(The zsh/zleparameter Module)(Zsh Modules)
sect(The zsh/zprof Module)
includefile(Zsh/mod_zprof.yo)
texinode(The zsh/zpty Module)(The zsh/zselect Module)(The zsh/zprof Module)(Zsh Modules)
sect(The zsh/zpty Module)
includefile(Zsh/mod_zpty.yo)
texinode(The zsh/zselect Module)(The zsh/zutil Module)(The zsh/zpty Module)(Zsh Modules)
sect(The zsh/zselect Module)
includefile(Zsh/mod_zselect.yo)
texinode(The zsh/zutil Module)()(The zsh/zselect Module)(Zsh Modules)
sect(The zsh/zutil Module)
includefile(Zsh/mod_zutil.yo)
|