summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-26 17:33:37 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-26 17:49:39 +0100
commitc15c0d944da14b0d0de5456117b2da09b10c6256 (patch)
tree936c3df7b99acf6937e320c7a753908354e513ea /doc/help/commands.asciidoc
parent7576dc2719a65c72319d6e453372632e2729e907 (diff)
downloadqutebrowser-c15c0d944da14b0d0de5456117b2da09b10c6256.tar.gz
qutebrowser-c15c0d944da14b0d0de5456117b2da09b10c6256.zip
Add :bookmark-list command
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index d03de6691..18ff44553 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -34,6 +34,7 @@ possible to run or bind multiple commands by separating them with `;;`.
|<<bind,bind>>|Bind a key to a command.
|<<bookmark-add,bookmark-add>>|Save the current page as a bookmark, or a specific url.
|<<bookmark-del,bookmark-del>>|Delete a bookmark.
+|<<bookmark-list,bookmark-list>>|Show all bookmarks/quickmarks.
|<<bookmark-load,bookmark-load>>|Load a bookmark.
|<<clear-keychain,clear-keychain>>|Clear the currently entered key chain.
|<<clear-messages,clear-messages>>|Clear all message notifications.
@@ -211,6 +212,17 @@ Delete a bookmark.
==== note
* This command does not split arguments after the last argument and handles quotes literally.
+[[bookmark-list]]
+=== bookmark-list
+Syntax: +:bookmark-list [*--tab*] [*--bg*] [*--window*]+
+
+Show all bookmarks/quickmarks.
+
+==== optional arguments
+* +*-t*+, +*--tab*+: Open in a new tab.
+* +*-b*+, +*--bg*+: Open in a background tab.
+* +*-w*+, +*--window*+: Open in a new window.
+
[[bookmark-load]]
=== bookmark-load
Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] [*--delete*] 'url'+