Skip to main content

Module command_inventory

Module command_inventory 

Source
Expand description

Shared tmux-compatible list-commands inventory and renderer. Shared command inventory and tmux-compatible list-commands rendering.

Structs§

CommandShortOptionSpec
Typed short-option metadata used by internal command normalization.

Enums§

ListCommandsError
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-commands rules.
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.