From 96412aa80ef5a1617e1262cf1d27c9c0c62af644 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 17 Sep 2017 18:06:31 +0530 Subject: [PATCH] More examples. --- README.md | 2 ++ buku.1 | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d174af..4fa9913 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/buku.1 b/buku.1 index fedc62f..1e29c94 100644 --- a/buku.1 +++ b/buku.1 @@ -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 @@ -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