Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created May 31, 2009 08:04
Show Gist options
  • Select an option

  • Save wfarr/120810 to your computer and use it in GitHub Desktop.

Select an option

Save wfarr/120810 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.things-growl</string>
<key>ProgramArguments</key>
<array>
<string>osascript</string>
<string>/Users/wfarr/Library/Scripts/Applications/Things/Display ToDo's in Growl.scpt</string>
</array>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
<integer>1</integer>
<key>StartInterval</key>
<integer>10800</integer>
<key>RunAtLoad</key>
<true/>
<key>RunOnDemand</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment