Skip to content

Instantly share code, notes, and snippets.

@davidfmiller
Created November 24, 2017 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidfmiller/57cfc6fc7b8a50ee1193e5c181eace57 to your computer and use it in GitHub Desktop.
Save davidfmiller/57cfc6fc7b8a50ee1193e5c181eace57 to your computer and use it in GitHub Desktop.
New Sticky From Clipboard
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