Skip to content

Instantly share code, notes, and snippets.

@ys
Created May 22, 2014 20:50
Show Gist options
  • Save ys/424125d917fa38de3f10 to your computer and use it in GitHub Desktop.
Save ys/424125d917fa38de3f10 to your computer and use it in GitHub Desktop.
on alfred_script(q)
set theText to q
tell application "OmniFocus"
parse tasks into default document with transport text theText
end tell
end alfred_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment