Skip to content

Instantly share code, notes, and snippets.

@kevinmpowell
Last active April 4, 2023 13:13
Show Gist options
  • Save kevinmpowell/a900cfcd94cd9f52e61b713d254a8bb2 to your computer and use it in GitHub Desktop.
Save kevinmpowell/a900cfcd94cd9f52e61b713d254a8bb2 to your computer and use it in GitHub Desktop.
An applescript to create a new task in Asana
tell application "Asana" to activate
tell application "System Events"
key down tab
keystroke "q"
key up tab
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment