Update prompt key -t help
This commit is contained in:
parent
15c4657634
commit
5ebfe75d40
@ -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
|
||||
|
2
buku.1
2
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.
|
||||
|
3
buku.py
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user