Add breaks between lines in examples (#198)

This commit is contained in:
Alex 2017-08-21 00:01:27 -04:00 committed by Arun Prakash Jana
parent f96981fb0b
commit cc2d932407

16
buku.1
View File

@ -344,6 +344,7 @@ can be integrated in a GUI environment with simple tweaks. Refer to:
.EX
.IP
.B buku -w
.br
.B buku -w 'macvim -f' -a https://ddg.gg search engine, privacy
.EE
.PP
@ -424,6 +425,7 @@ Applies to --url, --title and --tag too.
.EX
.IP
.B buku -e bookmarks.html --tag tag 1, tag 2
.br
.B buku -e bookmarks.md --tag tag 1, tag 2
.EE
.PP
@ -436,6 +438,7 @@ All bookmarks are exported if --tag is not specified.
.EX
.IP
.B buku -i bookmarks.html
.br
.B buku -i bookmarks.md
.EE
.PP
@ -456,6 +459,7 @@ Applies to --title and --tag too. URL cannot be deleted without deleting the boo
.EX
.IP
.B buku -u
.br
.B buku -u --tacit (show only failures and exceptions)
.EE
.PP
@ -487,6 +491,7 @@ The last index is moved to the deleted index to keep the DB compact.
.EX
.IP
.B buku -d 100-200
.br
.B buku -d 100 15 200
.EE
.PP
@ -496,6 +501,7 @@ The last index is moved to the deleted index to keep the DB compact.
.EX
.IP
.B buku kernel debugging
.br
.B buku -s kernel debugging
.EE
.PP
@ -596,6 +602,7 @@ Show details of the \fBlast 10 bookmarks\fR:
.EX
.IP
.B buku -p
.br
.B buku -p | more
.EE
.PP
@ -621,6 +628,7 @@ Show details of the \fBlast 10 bookmarks\fR:
.EX
.IP
.B buku -u 15012014 --tag + tag 1, tag 2
.br
.B buku -u 15012014 --tag - tag 1, tag 2
.EE
.PP
@ -654,6 +662,7 @@ List bookmarks with \fBimmutable title\fR:
.EX
.IP
.B buku --shorten www.google.com
.br
.B buku --shorten 20
.EE
.PP
@ -663,12 +672,19 @@ List bookmarks with \fBimmutable title\fR:
.EX
.IP
// append tags at taglist indices 4 and 6-9 to existing tags in bookmarks at indices 5 and 2-3
.br
.B buku (? for help) g 4 9-6 >> 5 3-2
.br
// set tags at taglist indices 4 and 6-9 as tags in bookmarks at indices 5 and 2-3
.br
.B buku (? for help) g 4 9-6 > 5 3-2
.br
// remove all tags from bookmarks at indices 5 and 2-3
.br
.B buku (? for help) g > 5 3-2
.br
// remove tags at taglist indices 4 and 6-9 from tags in bookmarks at indices 5 and 2-3
.br
.B buku (? for help) g 4 9-6 << 5 3-2
.EE
.SH AUTHOR