docs: update apple notes/reminders skill setup

This commit is contained in:
Peter Steinberger
2026-01-03 02:40:55 +01:00
parent 7a44c19362
commit 79403f9083
3 changed files with 7 additions and 6 deletions

View File

@@ -47,6 +47,7 @@
- CLI: add remote gateway client config (gateway.remote.*) with Bonjour-assisted discovery.
- Skills: allow `bun` as a node manager for skill installs.
- Skills: add `things-mac` (Things 3 CLI) for read/search plus add/update via URL scheme.
- Skills: add Apple Notes + Reminders skills via memo CLI (thanks @tylerwince).
- Tests: add a Docker-based onboarding E2E harness.
- Tests: harden wizard E2E flows for reset, providers, skills, and remote non-interactive runs.
- Browser tools: add remote CDP URL support, Linux launcher options (`executablePath`, `noSandbox`), and surface `cdpUrl` in status.

View File

@@ -11,8 +11,8 @@ Use `memo notes` to manage Apple Notes directly from the terminal. Create, view,
Setup
- Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`
- Alternative (pip): `pip install memo` (after cloning the repo)
- macOS-only; requires Automation/Accessibility permissions for Notes.app.
- Manual (pip): `pip install .` (after cloning the repo)
- macOS-only; if prompted, grant Automation access to Notes.app.
View Notes
- List all notes: `memo notes`
@@ -47,4 +47,4 @@ Limitations
Notes
- macOS-only.
- Requires Apple Notes.app to be accessible.
- For automation, grant appropriate permissions in System Settings > Privacy & Security.
- For automation, grant permissions in System Settings > Privacy & Security > Automation.

View File

@@ -11,8 +11,8 @@ Use `memo rem` to manage Apple Reminders directly from the terminal. Create, com
Setup
- Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`
- Alternative (pip): `pip install memo` (after cloning the repo)
- macOS-only; requires Automation/Accessibility permissions for Reminders.app.
- Manual (pip): `pip install .` (after cloning the repo)
- macOS-only; if prompted, grant Automation access to Reminders.app.
View Reminders
- List all reminders: `memo rem`
@@ -39,5 +39,5 @@ Examples
Notes
- macOS-only.
- Requires Apple Reminders.app to be accessible.
- For automation, grant appropriate permissions in System Settings > Privacy & Security.
- For automation, grant permissions in System Settings > Privacy & Security > Automation.
- The `memo` CLI shares the same installation for both Notes and Reminders functionality.