Last active
April 4, 2023 13:13
-
-
Save kevinmpowell/a900cfcd94cd9f52e61b713d254a8bb2 to your computer and use it in GitHub Desktop.
An applescript to create a new task in Asana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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