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":
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
.