[][src]Module broot::verb

Modules

internal_focus

Structs

CD
ExternalExecution

Definition of how the user input should be interpreted to be executed in an external command.

InternalExecution

A verb execution definition based on an internal

Verb

what makes a verb.

VerbConf

what's needed to handle a verb

VerbDescription

how a verb is described in the help screen

VerbInvocation

the verb and its arguments, making the invocation. When coming from parsing, the args is Some as soon as there's a separator (i.e. it's "" in "cp ")

VerbStore

Provide access to the verbs:

Enums

ExternalExecutionMode
Internal
PrefixSearchResult
VerbExecution

how a verb must be executed