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)
- - 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.
Fields <title>, <url> and <description> are retrieved (when existing) and exported in the desired format, by default : <title> <url> <description>
That same format is used for plain text and markdown files :
plain text example http://example.txt with a description
[markdown example](http://example.md) with a description
The <description> field contains Safari 'Description' or Firefox 'Tags' but is empty for Chrome, Internet Explorer and Edge.
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)