Created
May 21, 2019 16:57
-
-
Save jondcallahan/569c5b6f6ad453a51819042dd156dfaf to your computer and use it in GitHub Desktop.
AppleScript that will export your Bear.app notes. Note: Bear must be running
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 "System Events" to tell process "Bear" | |
set frontmost to true | |
click menu item "Backup Notes..." of menu 1 of menu bar item "File" of menu bar 1 | |
delay 1 | |
key code 36 # Press enter | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment