Created
November 24, 2017 21:40
-
-
Save davidfmiller/57cfc6fc7b8a50ee1193e5c181eace57 to your computer and use it in GitHub Desktop.
New Sticky From Clipboard
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
launch application "Stickies" | |
tell application "System Events" to tell process "Stickies" | |
click menu item "New Note" of menu "File" of menu bar 1 | |
set frontmost to true | |
click menu item "Paste" of menu "Edit" of menu bar 1 | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment