Next: Calendar Function System, Previous: Completion Using compctl, Up: Top [Contents][Index]
Some optional parts of zsh are in modules, separate from the core of the shell. Each of these modules may be linked in to the shell at build time, or can be dynamically linked while the shell is running if the installation supports this feature. Modules are linked at runtime with the zmodload command, see Shell Builtin Commands.
The modules that are bundled with the zsh distribution are:
Builtins for manipulating extended attributes (xattr).
Builtins for manipulating POSIX.1e (POSIX.6) capability (privilege) sets.
A builtin that can clone a running shell onto another terminal.
The compctl builtin for controlling completion.
The basic completion code.
Completion listing extensions.
A module with utility builtins needed for the shell function based completion system.
curses windowing commands
Some date/time commands and parameters.
Builtins for managing associative array parameters tied to GDBM databases.
A ZLE function duplicating EMACS’ zap-to-char.
An example of how to write a module.
Some basic file manipulation commands as builtins.
Interface to locale information.
Access to external files via a special associative array.
Standard scientific functions for use in mathematical evaluations.
Arrange for files for new users to be installed.
Access to internal hash tables via special associative arrays.
Interface to the PCRE library.
Builtins for managing private-scoped parameters in function context.
Interface to the POSIX regex library.
A builtin that provides a timed execution facility within the shell.
Manipulation of Unix domain sockets
A builtin command interface to the stat system call.
A builtin interface to various low-level system features.
Manipulation of TCP sockets
Interface to the termcap database.
Interface to the terminfo database.
A builtin FTP client.
The Zsh Line Editor, including the bindkey and vared builtins.
Access to internals of the Zsh Line Editor via parameters.
A module allowing profiling for shell functions.
A builtin for starting a command in a pseudo-terminal.
Block and return when file descriptors are ready.
Some utility builtins, e.g. the one for supporting configuration via styles.
Next: Calendar Function System, Previous: Completion Using compctl, Up: Top [Contents][Index]