Export Readwise highlights to Apple Notes 🍎 📝 .
This is a `click` CLI to easily export your highlights to Apple Notes.
Install the package into a virtual environment:
`(venv) $ pip install readwise-to-apple-notes`
Then run this command:
`(venv) $ readwise-to-apple-notes export`
And you should see notes being created and populated with your highlights in a folder labeled "Readwise":
![apple-notes-readwise-folder](https://github.com/Scarvy/readwise-to-apple-notes/assets/13301690/358d15e5-de49-4492-b487-62c0fab35e3c)
Woo! 🎉
> [!NOTE]
> The `export` command will call a function that directly manipulates Apple Notes using AppleScript and requires that the user has permissions to execute `osascript`.