Plagger::Plugin::Notify::Command - Execute arbitrary command or script when you have an updated feed


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Notify::Command - Execute arbitrary command or script when you have an updated feed

SYNOPSIS

Top

  - module: Notify::Command
    config:
      command: /path/to/script

DESCRIPTION

Top

This plugin executes arbitrary command using Perl system() function, when you have an updated feed. Specified command is executed only once when your entire subscription has an updated feed.

CONFIG

Top

command
  command: echo "Hello World"

Specify the path of command (and arguments to the command) to execute. The command is executed using Perl's system function, so it would use shell.

AUTHOR

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger


Plagger documentation  | view source Contained in the Plagger distribution.