Skip to content

Instantly share code, notes, and snippets.

@brandonpittman
Created February 26, 2014 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonpittman/9220612 to your computer and use it in GitHub Desktop.
Save brandonpittman/9220612 to your computer and use it in GitHub Desktop.
Get count of incomplete inbox tasks in OmniFocus
tell application "OmniFocus"
tell default document
set incomplete to every inbox task where completed is false
count incomplete
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment