Skip to content

Commit

Permalink
More examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 17, 2017
1 parent 4e56a37 commit 96412aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,13 @@ PROMPT KEYS:

$ buku -e bookmarks.html --tag tag 1, tag 2
$ buku -e bookmarks.md --tag tag 1, tag 2
$ buku -e bookmarks.db --tag tag 1, tag 2
All bookmarks are exported if --tag is not specified.
10. **Import** bookmarks from HTML and markdown:

$ buku -i bookmarks.html
$ buku -i bookmarks.md
$ buku -i bookmarks.db
11. **Delete only comment** for bookmark at 15012014:

$ buku -u 15012014 -c
Expand Down
4 changes: 4 additions & 0 deletions buku.1
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ Applies to --url, --title and --tag too.
.B buku -e bookmarks.html --tag tag 1, tag 2
.br
.B buku -e bookmarks.md --tag tag 1, tag 2
.br
.B buku -e bookmarks.db --tag tag 1, tag 2
.EE
.PP
.IP "" 4
Expand All @@ -516,6 +518,8 @@ All bookmarks are exported if --tag is not specified.
.B buku -i bookmarks.html
.br
.B buku -i bookmarks.md
.br
.B buku -i bookmarks.db
.EE
.PP
.IP 11. 4
Expand Down

0 comments on commit 96412aa

Please sign in to comment.