Expand description
Shared tmux-compatible list-commands inventory and renderer.
Shared command inventory and tmux-compatible list-commands rendering.
Structs§
- Command
Short Option Spec - Typed short-option metadata used by internal command normalization.
Enums§
- List
Commands Error - A typed command-name resolution failure from
list-commands.
Constants§
- RMUX_
EXTENSION_ COMMANDS - Exact-only RMUX command extensions shared by client parsing and internal server canonicalization. They never participate in tmux prefix matching.
Functions§
- command_
short_ option_ spec - Returns typed short-option metadata for a public command.
- has_
tmux_ command_ candidate - Returns whether a tmux command name or exact alias can resolve through the frozen command table, including ambiguous command-name prefixes.
- list_
command_ names - Iterates over every command name in inventory order, including RMUX extensions.
- render_
list_ commands - Renders the selected command inventory using tmux
list-commandsrules. - render_
list_ commands_ for_ socket - Renders the selected command inventory with the selected server socket available to formats.
- render_
list_ commands_ line - Renders one command inventory line with tmux command-list format fields.