The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Wubot::Plugin::OsxActiveApp - monitor current active application in OS X

VERSION

version 0.3.5

SYNOPSIS

  ~/wubot/config/plugins/OsxActiveApp/navi.yaml

  ---
  enable: 1

DESCRIPTION

Runs a little python command-line script (see the source) to determine which application is currently active in OS X.

Sends a message containing:

  application: {appname}

SUBROUTINES/METHODS

check( $inputs )

The standard monitor check() method.