Documentation
README
This skill manages Apple Notes via memo and Apple Reminders via remindctl.
Apple Notes β memo
memo list # List all notes
memo list --folder "Work" # List notes in a folder
memo search "query" # Search notes by content or title
memo read "Note Title" # Read a specific note
memo create "Title" "Body text" # Create a new note
memo create --folder "Work" "Title" "Body"
memo delete "Note Title" # Delete a note
memo folders # List all folders
Apple Reminders β remindctl
This is the opening of the README. Read the full README on GitHub.