summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-23 20:28:05 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 20:28:05 +0100
commit0267654cd792aa8bffb38f90f3b64ddbf143edc5 (patch)
tree9340164dd5123b536f5989d6471babae7138f956 /qutebrowser/config/configdata.yml
parentf2c0f505c37289b9b093462b782b2b0f6c1572a3 (diff)
parent1b9b8f7dce67d4d8051221d3dd50c204393b1ce6 (diff)
downloadqutebrowser-0267654cd792aa8bffb38f90f3b64ddbf143edc5.tar.gz
qutebrowser-0267654cd792aa8bffb38f90f3b64ddbf143edc5.zip
Merge remote-tracking branch 'origin/pr/6233'
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 3a20b6701..1d6d15c46 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1338,6 +1338,24 @@ fileselect.multiple_files.command:
* `{}`: Filename of the file to be written to. If not contained in any argument, the
standard output of the command is read instead.
+fileselect.folder.command:
+ type:
+ name: ShellCommand
+ placeholder: false
+ completions:
+ - ['["xterm", "-e", "ranger", "--choosedir={}"]', "Ranger in xterm"]
+ - ['["xterm", "-e", "vifm", "--choose-dir", "{}"]', "vifm in xterm"]
+ - ['["xterm", "-e", "nnn", "-p", "{}"]', "nnn in xterm"]
+ default: ['xterm', '-e', 'ranger', '--choosedir={}']
+ desc: >-
+ Command (and arguments) to use for selecting a single folder in forms.
+ The command should write the selected folder path to the specified file or stdout.
+
+ The following placeholders are defined:
+
+ * `{}`: Filename of the file to be written to. If not contained in any argument, the
+ standard output of the command is read instead.
+
## hints
hints.auto_follow: