
Ask Different is a question and answer site for power users of Apple hardware and software. It only takes a minute to sign up.
Sign up to join this community
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed
11 times
I'd like to be able create/read boards in freeform. Is this possible?
1
The Freeform app does not provide an AppleScript dictionary, nor any Siri Shortcuts.
Therefore the only programatic control is through UI scripting:
For example, to create a new board from the command-line using applescript UI scripting:
osascript -e 'tell application "Freeform" to activate'
-e 'tell application "System Events" to tell process "Freeform" to click menu item "New Board" of menu 1 of menu bar item "File" of menu bar 1'
You must log in to answer this question.
Not the answer you're looking for? Browse other questions tagged .