|
NAMEPlagger::Plugin::Notify::OpenBrowser - Open updated entries in a browser SYNOPSIS- module: Notify::OpenBrowser DESCRIPTIONThis 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. EXAMPLESFollowing 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
AUTHORMasahiro Nagano Tatsuhiko Miyagawa SEE ALSOPlagger
|