The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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), 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.

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)