1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 19:24:11 +01:00

Add -keywords, -tags, -title to :delbmarks.

This commit is contained in:
Kris Maglione
2010-09-27 09:05:28 -04:00
parent bed08a3455
commit 1944bed400
4 changed files with 37 additions and 14 deletions

View File

@@ -120,11 +120,19 @@
<p>The bookmarks may also be filtered via the following options,</p>
<dl>
<dt>-tag</dt>
<dt>-keyword</dt>
<dd>
The bookmark's keyword (short name <em>-k</em>).
</dd>
<dt>-tags</dt>
<dd>
A comma-separated list of tags, all of which must be
present for a match (short name <em>-T</em>).
</dd>
<dt>-title</dt>
<dd>
The title of the bookmark (short name <em>-t</em>).
</dd>
<dt>-max</dt>
<dd>
The maximum number of items to list or open
@@ -145,6 +153,8 @@
current buffer.
</p>
<p>Accepts the same options as :bmarks.</p>
<p>If <oa>!</oa> is specified then all bookmarks will be deleted.</p>
</description>
</item>