Skip to content

Instantly share code, notes, and snippets.

@sr
Created May 28, 2014 20:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sr/65e85b7309cdc9cba0fe to your computer and use it in GitHub Desktop.
Save sr/65e85b7309cdc9cba0fe to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
# Usage: omnifocus-inbox Do something @Work
on run argv
set AppleScript's text item delimiters to " "
set theText to argv as string
tell application "OmniFocus"
parse tasks into default document with transport text theText
end tell
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment