NAME
App::Wubot::Plugin::OsxActiveApp - monitor current active application in OS X
VERSION
version 0.3.8
SYNOPSIS
~/wubot/config/plugins/OsxActiveApp/navi.yaml
---
enable: 1
DESCRIPTION
Runs a bit of applescript using the osascript command to determine which application is currently active in OS X.
/usr/bin/osascript -e 'tell application "System Events"' -e 'set frontApp to name of first application process whose frontmost is true' -e 'end tell'
Sends a message containing the field:
application: {appname}