[][src]Module broot::command

Structs

CommandParts

An intermediate parsed representation of the raw string

PanelInput

wrap the input of a panel, receive events and make commands

Enums

Command

a command which may result in a change in the application state.

Completions

how an input can be completed

TriggerType

This rather vague enum might be precised or removed. It serves today to characterize whether a verb execution comes from the input or not (in this case the input is consumed and cleared when the verb is executed).

Functions

parse_command_sequence

parse a string which is meant as a sequence of commands.