diff --git a/README.asciidoc b/README.asciidoc index 2c11d315c..fc8eeb196 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -135,6 +135,7 @@ Contributors, sorted by the number of commits in descending order: // QUTE_AUTHORS_START * Florian Bruhin * Bruno Oliveira +* Antoni Boucher * Raphael Pierzina * Joel Torstensson * Martin Tournoij @@ -142,7 +143,6 @@ Contributors, sorted by the number of commits in descending order: * Lamar Pavel * Austin Anderson * Artur Shaik -* Antoni Boucher * ZDarian * Peter Vilim * John ShaggyTwoDope Jenkins diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index f12b3ba99..a898b9698 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -8,6 +8,9 @@ |<>|Update the adblock block lists. |<>|Go back in the history of the current tab. |<>|Bind a key to a command. +|<>|Save the current page as a bookmark. +|<>|Delete a bookmark. +|<>|Load a bookmark. |<>|Close the current window. |<>|Download a given URL, or current page if no URL given. |<>|Cancel the last/[count]th download. @@ -99,6 +102,41 @@ Bind a key to a command. * This command does not split arguments after the last argument and handles quotes literally. * With this command, +;;+ is interpreted literally instead of splitting off a second command. +[[bookmark-add]] +=== bookmark-add +Save the current page as a bookmark. + +[[bookmark-del]] +=== bookmark-del +Syntax: +:bookmark-del 'url'+ + +Delete a bookmark. + +==== positional arguments +* +'url'+: The URL of the bookmark to delete. + +==== note +* This command does not split arguments after the last argument and handles quotes literally. +* With this command, +;;+ is interpreted literally instead of splitting off a second command. + +[[bookmark-load]] +=== bookmark-load +Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] 'url'+ + +Load a bookmark. + +==== positional arguments +* +'url'+: The url of the bookmark to load. + +==== optional arguments +* +*-t*+, +*--tab*+: Load the bookmark in a new tab. +* +*-b*+, +*--bg*+: Load the bookmark in a new background tab. +* +*-w*+, +*--window*+: Load the bookmark in a new window. + +==== note +* This command does not split arguments after the last argument and handles quotes literally. +* With this command, +;;+ is interpreted literally instead of splitting off a second command. + [[close]] === close Close the current window. @@ -724,6 +762,7 @@ How many steps to zoom out. |<>|Execute the command currently in the commandline. |<>|Go forward in the commandline history. |<>|Go back in the commandline history. +|<>|Delete the current completion item. |<>|Select the next completion item. |<>|Select the previous completion item. |<>|Drop selection and keep selection mode enabled. @@ -790,6 +829,10 @@ Go forward in the commandline history. === command-history-prev Go back in the commandline history. +[[completion-item-del]] +=== completion-item-del +Delete the current completion item. + [[completion-item-next]] === completion-item-next Select the next completion item.