diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 33f4d1c3b..348650f67 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -22,6 +22,8 @@ Changed - `:bookmark-add` now has a `--toggle` flag which deletes the bookmark if it already exists. +- `:bookmark-load` now has a `--delete` flag which deletes the bookmark after + loading it. v0.8.0 ------ diff --git a/README.asciidoc b/README.asciidoc index a1a6bffa5..37bcb028a 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -163,8 +163,8 @@ Contributors, sorted by the number of commits in descending order: * Nathan Isom * Thorsten Wißmann * Kevin Velghe -* Austin Anderson * Marshall Lochbaum +* Austin Anderson * Jimmy * Alexey "Averrin" Nabrodov * avk diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index b82dc9ac7..537f3d675 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -145,7 +145,7 @@ Delete a bookmark. [[bookmark-load]] === bookmark-load -Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] 'url'+ +Syntax: +:bookmark-load [*--tab*] [*--bg*] [*--window*] [*--delete*] 'url'+ Load a bookmark. @@ -156,6 +156,7 @@ Load a bookmark. * +*-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. +* +*-d*+, +*--delete*+: Whether to delete the bookmark afterwards. ==== note * This command does not split arguments after the last argument and handles quotes literally.