Skip to content

Instantly share code, notes, and snippets.

@jnjosh
Created January 27, 2013 01:16
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 jnjosh/4645670 to your computer and use it in GitHub Desktop.
Save jnjosh/4645670 to your computer and use it in GitHub Desktop.
Applescript to show the OmniFocus Quick Entry
tell application "OmniFocus"
tell quick entry
open
make new inbox task
tell application "System Events" to keystroke tab
activate
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment