You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buku.1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ is a command-line utility to store, tag, search and organize bookmarks.
18
18
* Powerful search options (regex, substring...)
19
19
* Continuous search with on the fly mode switch
20
20
* Portable, merge-able database to sync between systems
21
-
* Import/export bookmarks from/to HTML, XBEL, Markdown, RSS or Orgfile
21
+
* Import/export bookmarks from/to HTML, XBEL, Markdown, RSS/Atom or Orgfile
22
22
* Smart tag management using redirection (>>, >, <<)
23
23
* Multithreaded full DB refresh
24
24
* Manual encryption support
@@ -241,7 +241,7 @@ has extension '.org' Orgfile format: * [[url][title]], 1 entry per line.
241
241
.br
242
242
RSS is used if
243
243
.Ifile
244
-
has extension '.rss' RSS format: <entry> per bookmark with <title>, <link>, <category>, <content> elements
244
+
has extension '.rss'/'.atom' RSS format: <entry> per bookmark with <title>, <link>, <category>, <content> elements
245
245
.br
246
246
A buku database is generated if
247
247
.Ifile
@@ -250,7 +250,7 @@ has extension '.db'.
250
250
.BI\-i ""\--import " file"
251
251
Import bookmarks from Firefox bookmarks formatted HTML.
252
252
.Ifile
253
-
is considered Firefox-exported JSON if it has '.json' extension, XBEL if it is '.xbel', Markdown (compliant with --export format) if it is '.md', Orgfile if the extension is '.org', RSS if the extension is '.rss' or another buku database if the extension is '.db'.
253
+
is considered Firefox-exported JSON if it has '.json' extension, XBEL if it is '.xbel', Markdown (compliant with --export format) if it is '.md', Orgfile if the extension is '.org', RSS if the extension is '.rss'/'.atom' or another buku database if the extension is '.db'.
254
254
.TP
255
255
.BI\-p ""\--print " [...]"
256
256
Show details (DB index, URL, title, tags and comment) of bookmark record by DB index. If no arguments, all records with actual index from DB are shown. Accepts hyphenated ranges and space-separated indices. A negative value (introduced for convenience) behaves like the tail utility, e.g., -n shows the details of the last n bookmarks.
0 commit comments