diff --git a/options.xhtml b/options.xhtml index c5ec2b0d4..480f4a9ff 100644 --- a/options.xhtml +++ b/options.xhtml @@ -16297,13 +16297,13 @@ attribute set of string

Define new verbs. For more information, see Verb Definition Attributes -in the broot documentation.

The possible attributes are:

invocation (optional)

how the verb is called by the user, with placeholders for arguments

execution (mandatory)

how the verb is executed

key (optional)

a keyboard key triggering execution

shortcut (optional)

an alternate way to call the verb (without +in the broot documentation.

The possible attributes are:

invocation (optional)

how the verb is called by the user, with placeholders for arguments

execution (mandatory)

how the verb is executed

key (optional)

a keyboard key triggering execution

keys (optional)

multiple keyboard keys each triggering execution

shortcut (optional)

an alternate way to call the verb (without the arguments part)

leave_broot (optional)

whether to quit broot on execution (default: true)

from_shell (optional)</term>

whether the verb must be executed from the parent shell (default: false)

Type: -list of attribute set of (boolean or string)

+list of attribute set of (boolean or string or list of string)

Default: [ ]