summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-17 11:45:16 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-17 11:45:16 +0200
commit9be162e331446438ebd0d4210ba470e4a0536f5a (patch)
tree4a9f333d4879ae27eccb297a8cee1e590d6c3065
parent47e849f61ac6a0b0fca3f00d2c0de4765a3b64a4 (diff)
parentdb288550ac2390d100540791121f3f391eee75fc (diff)
downloadqutebrowser-9be162e331446438ebd0d4210ba470e4a0536f5a.tar.gz
qutebrowser-9be162e331446438ebd0d4210ba470e4a0536f5a.zip
Merge remote-tracking branch 'origin/pr/7261'
-rw-r--r--doc/help/commands.asciidoc2
-rw-r--r--qutebrowser/commands/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index d141eff0e..b1ba0b83c 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -15,7 +15,7 @@ For command arguments, there are also some variables you can use:
- `{url}` expands to the URL of the current page
- `{url:pretty}` expands to the URL in decoded format
- `{url:host}`, `{url:domain}`, `{url:auth}`, `{url:scheme}`, `{url:username}`,
- `{url:password}`, `{url:host}`, `{url:port}`, `{url:path}` and `{url:query}`
+ `{url:password}`, `{url:port}`, `{url:path}` and `{url:query}`
expand to the respective parts of the current URL
- `{title}` expands to the current page's title
- `{clipboard}` expands to the clipboard contents
diff --git a/qutebrowser/commands/__init__.py b/qutebrowser/commands/__init__.py
index 4a4edc53b..2d196ab49 100644
--- a/qutebrowser/commands/__init__.py
+++ b/qutebrowser/commands/__init__.py
@@ -27,7 +27,7 @@ For command arguments, there are also some variables you can use:
- `{url}` expands to the URL of the current page
- `{url:pretty}` expands to the URL in decoded format
- `{url:host}`, `{url:domain}`, `{url:auth}`, `{url:scheme}`, `{url:username}`,
- `{url:password}`, `{url:host}`, `{url:port}`, `{url:path}` and `{url:query}`
+ `{url:password}`, `{url:port}`, `{url:path}` and `{url:query}`
expand to the respective parts of the current URL
- `{title}` expands to the current page's title
- `{clipboard}` expands to the clipboard contents