summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorDenys Séguret <cano.petrole@gmail.com>2022-10-22 19:05:03 +0200
committerGitHub <noreply@github.com>2022-10-22 19:05:03 +0200
commit002f8d1f7296064ea89a893ca7fe201e6fd54983 (patch)
treecd0bebbe658acc81e69c1170b0c4f1c72074e652 /website
parente0b63e5008ae51acb68c6628d63c1d2307abf526 (diff)
restrict verbs to specific panels (#620)
Diffstat (limited to 'website')
-rw-r--r--website/docs/conf_verbs.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/docs/conf_verbs.md b/website/docs/conf_verbs.md
index 1c4c9c3..b37c57b 100644
--- a/website/docs/conf_verbs.md
+++ b/website/docs/conf_verbs.md
@@ -43,6 +43,7 @@ apply_to | | the type of selection this verb applies to, may be `"file"`, `"dire
working_dir | | the working directory of the external application, for example `"{directory}"` for the closest directory (the working dir isn't set if the directory doesn't exist)
set_working_dir | `false` | whether the working dir of the process must be set to the currently selected directory (it's equivalent to `workding_dir: "{directory}"`)
auto_exec | `true` | whether to execute the verb as soon as it's key-triggered (instead of waiting for <kbd>enter</kbd>)
+panels | *all* | optional list of panel types in which the verb can be called. Default is all panels: `[tree, fs, preview, help, stage]`
The execution is defined either by `internal`, `external` or `cmd` so a verb must have exactly one of those (for compatibility with older versions broot still accepts `execution` for `internal` or `external` and guesses which one it is).