Pull options to export, import and merge DB up.
This commit is contained in:
parent
4a8dcedd1c
commit
3e1247eb0d
@ -160,6 +160,10 @@ Please substitute `$version` with the appropriate package version.
|
|||||||
hash iterations to generate key
|
hash iterations to generate key
|
||||||
|
|
||||||
power toys:
|
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
|
-p, --print [N] show details of bookmark at DB index N
|
||||||
show all bookmarks, if no arguments
|
show all bookmarks, if no arguments
|
||||||
-f, --format N modify -p output
|
-f, --format N modify -p output
|
||||||
@ -168,10 +172,6 @@ Please substitute `$version` with the appropriate package version.
|
|||||||
replace oldtag with newtag everywhere
|
replace oldtag with newtag everywhere
|
||||||
delete oldtag, if no newtag
|
delete oldtag, if no newtag
|
||||||
-j, --json Json formatted output for -p, -s, -S, --st
|
-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
|
--noprompt do not show the prompt, run and exit
|
||||||
-o, --open N open bookmark at DB index N in web browser
|
-o, --open N open bookmark at DB index N in web browser
|
||||||
-z, --debug show debug information and additional logs
|
-z, --debug show debug information and additional logs
|
||||||
|
18
buku.1
18
buku.1
@ -100,6 +100,15 @@ Decrypt (unlock) the DB file with
|
|||||||
(> 0, default 8) hash passes to generate key.
|
(> 0, default 8) hash passes to generate key.
|
||||||
.SH POWER OPTIONS
|
.SH POWER OPTIONS
|
||||||
.TP
|
.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]"
|
.BI \-p " " \--print " [N]"
|
||||||
Show details (URL, title and tags) of bookmark record stored at index
|
Show details (URL, title and tags) of bookmark record stored at index
|
||||||
.I N
|
.I N
|
||||||
@ -130,15 +139,6 @@ is omitted.
|
|||||||
.BI \-j " " \--json
|
.BI \-j " " \--json
|
||||||
Output data formatted as json, works with -p, -s, -S, --st.
|
Output data formatted as json, works with -p, -s, -S, --st.
|
||||||
.TP
|
.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
|
.BI \--noprompt
|
||||||
Do not show the prompt, run and exit.
|
Do not show the prompt, run and exit.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user