summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-19 20:29:04 +0000
committerÁrni Dagur <arni@dagur.eu>2020-12-19 20:29:04 +0000
commitfd155628e1027fb2836b9df75be0bcbe0c92db8c (patch)
tree831421ab1653ac9c5c0a714cf61986956c21731a /doc/help/commands.asciidoc
parent17d8d39a4ba24383925e27cfe680b9bf7314d9db (diff)
parent12a4d34758a342449c6cd6734bfe2013012f1e65 (diff)
downloadqutebrowser-fd155628e1027fb2836b9df75be0bcbe0c92db8c.tar.gz
qutebrowser-fd155628e1027fb2836b9df75be0bcbe0c92db8c.zip
Merge branch 'master' into more-sophisticated-adblock
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index e9ccf03d7..299b34b5e 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -749,7 +749,7 @@ Insert text at cursor position.
[[jseval]]
=== jseval
-Syntax: +:jseval [*--file*] [*--quiet*] [*--world* 'world'] 'js-code'+
+Syntax: +:jseval [*--file*] [*--url*] [*--quiet*] [*--world* 'world'] 'js-code'+
Evaluate a JavaScript string.
@@ -761,6 +761,7 @@ Evaluate a JavaScript string.
in qutebrowser's data dir, e.g.
`~/.local/share/qutebrowser/js`.
+* +*-u*+, +*--url*+: Interpret js-code as a `javascript:...` URL.
* +*-q*+, +*--quiet*+: Don't show resulting JS object.
* +*-w*+, +*--world*+: Ignored on QtWebKit. On QtWebEngine, a world ID or name to run the snippet in.
@@ -864,6 +865,7 @@ This tries to automatically click on typical _Previous Page_ or _Next Page_ link
Uses the
link:settings{outsuffix}#url.incdec_segments[url.incdec_segments]
config option.
+ - `strip`: Strip query and fragment from the current URL.
@@ -1662,7 +1664,9 @@ Syntax: +:completion-item-focus [*--history*] 'which'+
Shift the focus of the completion menu to another item.
==== positional arguments
-* +'which'+: 'next', 'prev', 'next-category', or 'prev-category'.
+* +'which'+: 'next', 'prev', 'next-category', 'prev-category',
+ 'next-page', or 'prev-page'.
+
==== optional arguments
* +*-H*+, +*--history*+: Navigate through command history if no text was typed.