Directions to search bookmarks by tag.
This commit is contained in:
parent
7b1a37f216
commit
ef9338f4d2
11
README.md
11
README.md
@ -42,6 +42,7 @@ Find `buku` useful? If you would like to donate, visit the
|
||||
- Add a custom page title manually
|
||||
- Use (partial) tags or keywords to search bookmarks
|
||||
- Any or all search keyword match options
|
||||
- Search bookmarks by tag
|
||||
- Unique URLs to avoid duplicates, show index if URL already exists
|
||||
- Open bookmark in browser using index
|
||||
- Open search results in browser
|
||||
@ -227,15 +228,19 @@ The last index is moved to the deleted index to keep the DB compact.
|
||||
|
||||
$ buku -S kernel debugging
|
||||
|
||||
16. Encrypt/decrypt DB with **custom number of iterations** to generate key:
|
||||
16. **Search** bookmarks tagged `general kernel concepts`:
|
||||
|
||||
$ buku -S ,general kernel concepts,
|
||||
Note the commas (,) before and after the tag.
|
||||
17. Encrypt/decrypt DB with **custom number of iterations** to generate key:
|
||||
|
||||
$ buku -l -t 15
|
||||
$ buku -k -t 15
|
||||
The same number of iterations must be used for one lock & unlock instance.
|
||||
17. Show **debug info**:
|
||||
18. Show **debug info**:
|
||||
|
||||
$ buku -z ...
|
||||
18. More **help**:
|
||||
19. More **help**:
|
||||
|
||||
$ buku
|
||||
$ man buku
|
||||
|
13
buku.1
13
buku.1
@ -260,6 +260,17 @@ List \fBall unique tags\fR alphabetically:
|
||||
.B buku -S kernel debugging
|
||||
.PP
|
||||
.IP 16. 4
|
||||
\fBSearch\fR bookmarks tagged \fBgeneral kernel concepts\fR:
|
||||
.PP
|
||||
.EX
|
||||
.IP
|
||||
.B buku -S ,general kernel concepts,
|
||||
.EE
|
||||
.PP
|
||||
.IP "" 4
|
||||
Note the commas (,) before and after the tag.
|
||||
.PP
|
||||
.IP 17. 4
|
||||
Encrypt/decrypt DB with \fBcustom number of iteration\fR to generate key:
|
||||
.PP
|
||||
.EX
|
||||
@ -274,7 +285,7 @@ Encrypt/decrypt DB with \fBcustom number of iteration\fR to generate key:
|
||||
.IP "" 4
|
||||
The same number of iterations must be used for one lock & unlock instance.
|
||||
.PP
|
||||
.IP 17. 4
|
||||
.IP 18. 4
|
||||
Show \fBdebug info\fR:
|
||||
.PP
|
||||
.EX
|
||||
|
Loading…
x
Reference in New Issue
Block a user