Pull options to export, import and merge DB up.

This commit is contained in:
Arun Prakash Jana 2016-09-10 11:27:22 +05:30
parent 4a8dcedd1c
commit 3e1247eb0d
2 changed files with 13 additions and 13 deletions

View File

@ -160,6 +160,10 @@ Please substitute `$version` with the appropriate package version.
hash iterations to generate key
power toys:
-e, --export file export bookmarks to Firefox format html
-i, --import file import bookmarks from html file; Firefox,
Google Chrome and IE formats supported
-m, --merge file merge bookmarks from another buku database
-p, --print [N] show details of bookmark at DB index N
show all bookmarks, if no arguments
-f, --format N modify -p output
@ -168,10 +172,6 @@ Please substitute `$version` with the appropriate package version.
replace oldtag with newtag everywhere
delete oldtag, if no newtag
-j, --json Json formatted output for -p, -s, -S, --st
-e, --export file export bookmarks to Firefox format html
-i, --import file import bookmarks from html file; Firefox,
Google Chrome and IE formats supported
-m, --merge file merge bookmarks from another buku database
--noprompt do not show the prompt, run and exit
-o, --open N open bookmark at DB index N in web browser
-z, --debug show debug information and additional logs

18
buku.1
View File

@ -100,6 +100,15 @@ Decrypt (unlock) the DB file with
(> 0, default 8) hash passes to generate key.
.SH POWER OPTIONS
.TP
.BI \-e " " \--export " file"
Export bookmarks to Firefox bookmarks formatted HTML.
.TP
.BI \-i " " \--import " file"
Import bookmarks exported from Firefox, Google Chrome or IE in HTML format.
.TP
.BI \-m " " \--merge " file"
Merge bookmarks from another Buku database file.
.TP
.BI \-p " " \--print " [N]"
Show details (URL, title and tags) of bookmark record stored at index
.I N
@ -130,15 +139,6 @@ is omitted.
.BI \-j " " \--json
Output data formatted as json, works with -p, -s, -S, --st.
.TP
.BI \-e " " \--export " file"
Export bookmarks to Firefox bookmarks formatted HTML.
.TP
.BI \-i " " \--import " file"
Import bookmarks exported from Firefox, Google Chrome or IE in HTML format.
.TP
.BI \-m " " \--merge " file"
Merge bookmarks from another Buku database file.
.TP
.BI \--noprompt
Do not show the prompt, run and exit.
.TP