diff --git a/README.md b/README.md index 66a6642..dc332b6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/buku.1 b/buku.1 index 487b8e5..c7420ad 100644 --- a/buku.1 +++ b/buku.1 @@ -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