Using ChatGPT to write AppleScript


I've been stubbornly refusing to learn AppleScript for nearly twenty years at this point. Thanks to ChatGPT I can continue not to learn it, but I can now use it to solve problems.
I wanted to figure out how to export the content of my Apple Notes notes. Here are some edited highlights from my conversation with ChatGPT:
osascript -e repeat with eachNote in every note set…
This story appeared on simonwillison.net.