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

Plagger::Plugin::Notify::OpenBrowser - Open updated entries in a browser

SYNOPSIS

  - module: Notify::OpenBrowser

DESCRIPTION

This plugins opens updated entries in a browser of your choice. This module will automatically use system default browser, except your OS is Unix which uses Firefox explicitly.

EXAMPLES

Following configuration will get new items from your del.icio.us network, deduplicate them and open them in a browser.

  - module: Subscription::Config
    config:
      feed:
        - http://del.icio.us/rss/network/{username}?private={private}

  - module: Filter::Rule
    rule:
      module: Deduped

  - module: Notify::OpenBrowser

AUTHOR

Masahiro Nagano

Tatsuhiko Miyagawa

SEE ALSO

Plagger