Order examples in man.

This commit is contained in:
Arun Prakash Jana 2016-05-01 14:25:32 +05:30
parent b49a27dfff
commit 682536dcfd
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB
2 changed files with 52 additions and 52 deletions

View File

@ -224,25 +224,25 @@ The last index is moved to the deleted index to keep the DB compact.
7. **Delete all** bookmarks: 7. **Delete all** bookmarks:
$ buku -d $ buku -d
8. **Search** bookmarks for **ANY** of the keywords *kernel* and *debugging* in URL, title or tags: 8. **Search** bookmarks for **ANY** of the keywords `kernel` and `debugging` in URL, title or tags:
$ buku -s kernel debugging $ buku -s kernel debugging
9. **Search** bookmarks with **ALL** the keywords *kernel* and *debugging* in URL, title or tags: 9. **Search** bookmarks with **ALL** the keywords `kernel` and `debugging` in URL, title or tags:
$ buku -S kernel debugging $ buku -S kernel debugging
10. **Search** bookmarks with **tag** *general kernel concepts*: 10. **Search** bookmarks with **tag** `general kernel concepts`:
$ buku -S ',general kernel concepts,' $ buku -S ',general kernel concepts,'
Note the commas (,) before and after the tag. Comma is the tag delimiter in DB. Note the commas (,) before and after the tag. Comma is the tag delimiter in DB.
11. List **all unique tags** alphabetically: 11. List **all unique tags** alphabetically:
$ buku -S tags $ buku -S tags
12. Encrypt/decrypt DB with **custom number of iterations** (15) to generate key: 12. **Encrypt or decrypt** DB with **custom number of iterations** (15) to generate key:
$ buku -l 15 $ buku -l 15
$ buku -k 15 $ buku -k 15
The same number of iterations must be used for one lock & unlock instance. The same number of iterations must be used for one lock & unlock instance. Default is 8.
13. **Show details** of bookmark at index 15012014: 13. **Show details** of bookmark at index 15012014:
$ buku -p 15012014 $ buku -p 15012014

94
buku.1
View File

@ -216,62 +216,20 @@ The last index is moved to the deleted index to keep the DB compact.
.B buku -d .B buku -d
.PP .PP
.IP 8. 4 .IP 8. 4
List \fBall unique tags\fR alphabetically:
.PP
.EX
.IP
.B buku -S tags
.PP
.IP 9. 4
\fBReplace tag\fR 'old tag' with 'new tag':
.PP
.EX
.IP
.B buku -r 'old tag' new tag
.PP
.IP 10. 4
\fBDelete tag\fR 'old tag' from DB:
.PP
.EX
.IP
.B buku -r 'old tag'
.PP
.IP 11. 4
\fBShow details\fR of bookmark at index 15012014:
.PP
.EX
.IP
.B buku -p 15012014
.PP
.IP 12. 4
\fBShow all\fR bookmarks with real index from database:
.PP
.EX
.IP
.B buku -p
.PP
.IP 13. 4
\fBOpen URL\fR at index 15012014 in browser:
.PP
.EX
.IP
.B buku -o 15012014
.PP
.IP 14. 4
\fBSearch\fR bookmarks for \fBANY\fR of the keywords 'kernel' and 'debugging' in URL, title or tags: \fBSearch\fR bookmarks for \fBANY\fR of the keywords 'kernel' and 'debugging' in URL, title or tags:
.PP .PP
.EX .EX
.IP .IP
.B buku -s kernel debugging .B buku -s kernel debugging
.PP .PP
.IP 15. 4 .IP 9. 4
\fBSearch\fR bookmarks with \fBALL\fR the keywords 'kernel' and 'debugging' in URL, title or tags: \fBSearch\fR bookmarks with \fBALL\fR the keywords 'kernel' and 'debugging' in URL, title or tags:
.PP .PP
.EX .EX
.IP .IP
.B buku -S kernel debugging .B buku -S kernel debugging
.PP .PP
.IP 16. 4 .IP 10. 4
\fBSearch\fR bookmarks with \fBtag\fR 'general kernel concepts': \fBSearch\fR bookmarks with \fBtag\fR 'general kernel concepts':
.PP .PP
.EX .EX
@ -282,8 +240,15 @@ List \fBall unique tags\fR alphabetically:
.IP "" 4 .IP "" 4
Note the commas (,) before and after the tag. Comma is the tag delimiter in DB. Note the commas (,) before and after the tag. Comma is the tag delimiter in DB.
.PP .PP
.IP 17. 4 .IP 11. 4
Encrypt/decrypt DB with \fBcustom number of iterations\fR (15) to generate key: List \fBall unique tags\fR alphabetically:
.PP
.EX
.IP
.B buku -S tags
.PP
.IP 12. 4
\fBEncrypt or decrypt\fR DB with \fBcustom number of iterations\fR (15) to generate key:
.PP .PP
.EX .EX
.IP .IP
@ -293,7 +258,42 @@ Encrypt/decrypt DB with \fBcustom number of iterations\fR (15) to generate key:
.EE .EE
.PP .PP
.IP "" 4 .IP "" 4
The same number of iterations must be used for one lock & unlock instance. The same number of iterations must be used for one lock & unlock instance. Default is 8.
.PP
.IP 13. 4
\fBShow details\fR of bookmark at index 15012014:
.PP
.EX
.IP
.B buku -p 15012014
.PP
.IP 14. 4
\fBShow all\fR bookmarks with real index from database:
.PP
.EX
.IP
.B buku -p
.PP
.IP 15. 4
\fBReplace tag\fR 'old tag' with 'new tag':
.PP
.EX
.IP
.B buku -r 'old tag' new tag
.PP
.IP 16. 4
\fBDelete tag\fR 'old tag' from DB:
.PP
.EX
.IP
.B buku -r 'old tag'
.PP
.IP 17. 4
\fBOpen URL\fR at index 15012014 in browser:
.PP
.EX
.IP
.B buku -o 15012014
.SH AUTHOR .SH AUTHOR
Arun Prakash Jana <engineerarun@gmail.com>. Arun Prakash Jana <engineerarun@gmail.com>.
.SH HOME .SH HOME