NAME
bookmarks - Export browser bookmarks as plain text.
SYNOPSIS
$ bookmarks [-hVda] [-f format] [file ...]
-h, --help help
-V, --version version
-d debug
-a all files : process arguments and default locations
-f format any combination of letters t,u,d as title/url/description (default : tud)
-s find schemeless URLs in text files (default : no)
DESCRIPTION
bookmarks is a tool to export bookmarks from files supplied as arguments, or from browsers default locations (when called without arguments). The following sources are supported : Safari (Mac), Firefox (Mac/Linux/Windows), Chrome (Mac/Linux/Windows), Internet Explorer (Windows), Edge (Windows), plain text (.txt) and markdown (.md). Files named *.plist, *.sqlite and *Bookmarks are processed as Safari, Firefox and Chrome bookmarks, respectively. Directories named *Favorites are processed as Internet Explorer favorites.
The fields <title>, <url> and <description> are retrieved (when existing) and are available for exporting (in the desired format), by default : <title> <url> <description>
The same format is used for plain text and markdown files :
plain text example http://example.txt #tag1 #tag2
[markdown example](http://example.md) #tag1 #tag2
The <description> field is filled with Safari 'Description', Firefox 'Tags' or empty for Chrome and Internet Explorer.
BUGS
Please report any bugs or feature requests to kaldor@cpan.org
, or through the web interface at https://github.com/kal247/App-uricolor/issues.
AUTHOR
jul, kaldor@cpan.org
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by jul.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)