summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-10-15 18:29:53 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-10-15 18:29:53 +0200
commit5a10c62554acea3434bfd3e623a0c570936b51a8 (patch)
treecc997a7ec860d1ef5f67e6eae4ad9f372e3a8c93 /doc
parentf6d5f79197228f4e76da795933d3281998ed40b6 (diff)
downloadqutebrowser-5a10c62554acea3434bfd3e623a0c570936b51a8.tar.gz
qutebrowser-5a10c62554acea3434bfd3e623a0c570936b51a8.zip
doc: Mention fileselect.foler.command in fileselect.handler
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 110a24cad..36ad243a7 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -217,7 +217,7 @@
|<<editor.encoding,editor.encoding>>|Encoding to use for the editor.
|<<editor.remove_file,editor.remove_file>>|Delete the temporary file upon closing the editor.
|<<fileselect.folder.command,fileselect.folder.command>>|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.
-|<<fileselect.handler,fileselect.handler>>|Handler for selecting file(s) in forms. If `external`, then the commands specified by `fileselect.single_file.command` and `fileselect.multiple_files.command` are used to select one or multiple files respectively.
+|<<fileselect.handler,fileselect.handler>>|Handler for selecting file(s) in forms. If `external`, then the commands specified by `fileselect.single_file.command`, `fileselect.multiple_files.command` and `fileselect.folder.command` are used to select one file, multiple files, and folders, respectively.
|<<fileselect.multiple_files.command,fileselect.multiple_files.command>>|Command (and arguments) to use for selecting multiple files in forms. The command should write the selected file paths to the specified file or to stdout, separated by newlines.
|<<fileselect.single_file.command,fileselect.single_file.command>>|Command (and arguments) to use for selecting a single file in forms. The command should write the selected file path to the specified file or stdout.
|<<fonts.completion.category,fonts.completion.category>>|Font used in the completion categories.
@@ -3013,7 +3013,7 @@ Default:
[[fileselect.handler]]
=== fileselect.handler
-Handler for selecting file(s) in forms. If `external`, then the commands specified by `fileselect.single_file.command` and `fileselect.multiple_files.command` are used to select one or multiple files respectively.
+Handler for selecting file(s) in forms. If `external`, then the commands specified by `fileselect.single_file.command`, `fileselect.multiple_files.command` and `fileselect.folder.command` are used to select one file, multiple files, and folders, respectively.
Type: <<types,String>>