Created
March 15, 2021 17:57
-
-
Save cdzombak/dd6616715354c0d512f710c0604f71c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
try | |
tell application id "com.culturedcode.ThingsMac" to activate | |
tell application "System Events" | |
tell process "Things" | |
click menu item "New Things Window" of menu "File" of menu bar item "File" of menu bar 1 | |
click menu item "Quick Find…" of menu "Edit" of menu bar item "Edit" of menu bar 1 | |
end tell -- Things | |
end tell -- System Events | |
on error e number n | |
display dialog "Error " & n & ": " & e | |
end try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment