Update dcumentation
This commit is contained in:
parent
f804233ef9
commit
98d13207ec
@ -365,9 +365,9 @@ PROMPT KEYS:
|
|||||||
20. **Search** for bookmarks matching **ALL** of the tags `kernel`, `debugging`, `general kernel concepts`:
|
20. **Search** for bookmarks matching **ALL** of the tags `kernel`, `debugging`, `general kernel concepts`:
|
||||||
|
|
||||||
$ buku --stag kernel + debugging + general kernel concepts
|
$ buku --stag kernel + debugging + general kernel concepts
|
||||||
21. **Search** for bookmarks matching both the tags `kernel` and `debugging`, but **excluding** bookmarks matching the tags `general kernel concepts` and `books`:
|
21. **Search** for bookmarks matching any of the keywords `hello` or `world`, matching both the tags `kernel` and `debugging`, but **excluding** the tags `general kernel concepts` and `books`:
|
||||||
|
|
||||||
$ buku --stag kernel + debugging - general kernel concepts, books
|
$ buku hello world --stag kernel + debugging - general kernel concepts, books
|
||||||
22. List **all unique tags** alphabetically:
|
22. List **all unique tags** alphabetically:
|
||||||
|
|
||||||
$ buku --stag
|
$ buku --stag
|
||||||
|
4
buku.1
4
buku.1
@ -628,11 +628,11 @@ The last index is moved to the deleted index to keep the DB compact.
|
|||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
.IP 21. 4
|
.IP 21. 4
|
||||||
\fBSearch\fR for bookmarks matching both the tags `kernel` and `debugging`, but \fBexcluding\fR bookmarks matching the tags 'general kernel concepts' and 'books':
|
\fBSearch\fR for bookmarks matching any of the keywords 'hello' or 'world', matching both the tags `kernel` and `debugging`, but \fBexcluding\fR the tags 'general kernel concepts' and 'books':
|
||||||
.PP
|
.PP
|
||||||
.EX
|
.EX
|
||||||
.IP
|
.IP
|
||||||
.B buku --stag kernel + debugging - general kernel concepts, books
|
.B buku hello world --stag kernel + debugging - general kernel concepts, books
|
||||||
.IP 22. 4
|
.IP 22. 4
|
||||||
List \fBall unique tags\fR alphabetically:
|
List \fBall unique tags\fR alphabetically:
|
||||||
.PP
|
.PP
|
||||||
|
Loading…
Reference in New Issue
Block a user