summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-03 16:24:01 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-03 16:24:01 +0100
commit224f530d7bd965947dc0ab45dad083b89cd43769 (patch)
tree85851bb2b07222003d5947207f6ec4a105dc79eb /qutebrowser
parent610bcc7d8399fab45bdf27b310ffc0726fca30b1 (diff)
downloadqutebrowser-224f530d7bd965947dc0ab45dad083b89cd43769.tar.gz
qutebrowser-224f530d7bd965947dc0ab45dad083b89cd43769.zip
Update docs
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/config/configdata.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index d93aa1e4b..34d8bec96 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1267,11 +1267,12 @@ fileselect.single_file.command:
default: ['xterm', '-e', 'ranger', '--choosefile={}']
desc: >-
Command (and arguments) to use for selecting a single file in forms.
- The command should write the selected file path to the specified file.
+ The command should write the selected file path to the specified file or stdout.
The following placeholders are defined:
- * `{}`: Filename of the file to be written to.
+ * `{}`: Filename of the file to be written to. If not contained in any argument, the
+ standard output of the command is read instead.
fileselect.multiple_files.command:
type:
@@ -1284,12 +1285,13 @@ fileselect.multiple_files.command:
default: ['xterm', '-e', 'ranger', '--choosefiles={}']
desc: >-
Command (and arguments) to use for selecting multiple files in forms.
- The command should write the selected file paths to the specified file,
+ The command should write the selected file paths to the specified file or to stdout,
separated by newlines.
The following placeholders are defined:
- * `{}`: Filename of the file to be written to.
+ * `{}`: Filename of the file to be written to. If not contained in any argument, the
+ standard output of the command is read instead.
## hints