From 5ebfe75d405fcc004027046a5fe438673d6cf51f Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 2 Sep 2018 11:35:40 +0530 Subject: [PATCH] Update prompt key -t help --- README.md | 3 +-- buku.1 | 2 +- buku.py | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bbc79ce..d5941ec 100644 --- a/README.md +++ b/README.md @@ -266,8 +266,7 @@ PROMPT KEYS: S keyword [...] search for records with ALL keywords d match substrings ('pen' matches 'opened') r expression run a regex search - t [...] search bookmarks by tags or show taglist - list index after a tag listing shows records with the tag + t [tag, ...] search by tags; show taglist, if no args g taglist id|range [...] [>>|>|<<] [record id|range ...] append, set, remove (all or specific) tags search by taglist id(s) if records are omitted diff --git a/buku.1 b/buku.1 index b4b62af..d964aab 100644 --- a/buku.1 +++ b/buku.1 @@ -317,7 +317,7 @@ Toggle deep search to match substrings ('pen' matches 'opened'). Run a regular expression search. .TP .BI "t" " [...]" -Search bookmarks by a tag. List all tags alphabetically, if no arguments. The index of a tag from the tag list can be used to search all bookmarks having the tag. Note that multiple indices and/or ranges do not work with this key. +Search bookmarks by a tag. List all tags alphabetically, if no arguments. .TP .BI "g" " taglist id|range [...] [>>|>|<<] [record id|range ...]" Append, set, remove specific or all tags by indices and/or ranges to bookmark indices and/or ranges (see \fBEXAMPLES\fR section below). Search by space-separated taglist id(s) and/or range if records are omitted. diff --git a/buku.py b/buku.py index 7ff52dc..fdfa995 100755 --- a/buku.py +++ b/buku.py @@ -2596,8 +2596,7 @@ PROMPT KEYS: S keyword [...] search for records with ALL keywords d match substrings ('pen' matches 'opened') r expression run a regex search - t [...] search bookmarks by tags or show taglist - list index after a tag listing shows records with the tag + t [tag, ...] search by tags; show taglist, if no args g taglist id|range [...] [>>|>|<<] [record id|range ...] append, set, remove (all or specific) tags search by taglist id(s) if records are omitted