repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: apple-notes |
| #3 | description: Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, list notes, search notes, or manage note folders. |
| #4 | homepage: https://github.com/antoniorodr/memo |
| #5 | metadata: {"clawdbot":{"emoji":"📝","os":["darwin"],"requires":{"bins":["memo"]},"install":[{"id":"brew","kind":"brew","formula":"antoniorodr/memo/memo","bins":["memo"],"label":"Install memo via Homebrew"}]}} |
| #6 | --- |
| #7 | |
| #8 | # Apple Notes CLI |
| #9 | |
| #10 | Use `memo notes` to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown. |
| #11 | |
| #12 | Setup |
| #13 | - Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo` |
| #14 | - Manual (pip): `pip install .` (after cloning the repo) |
| #15 | - macOS-only; if prompted, grant Automation access to Notes.app. |
| #16 | |
| #17 | View Notes |
| #18 | - List all notes: `memo notes` |
| #19 | - Filter by folder: `memo notes -f "Folder Name"` |
| #20 | - Search notes (fuzzy): `memo notes -s "query"` |
| #21 | |
| #22 | Create Notes |
| #23 | - Add a new note: `memo notes -a` |
| #24 | - Opens an interactive editor to compose the note. |
| #25 | - Quick add with title: `memo notes -a "Note Title"` |
| #26 | |
| #27 | Edit Notes |
| #28 | - Edit existing note: `memo notes -e` |
| #29 | - Interactive selection of note to edit. |
| #30 | |
| #31 | Delete Notes |
| #32 | - Delete a note: `memo notes -d` |
| #33 | - Interactive selection of note to delete. |
| #34 | |
| #35 | Move Notes |
| #36 | - Move note to folder: `memo notes -m` |
| #37 | - Interactive selection of note and destination folder. |
| #38 | |
| #39 | Export Notes |
| #40 | - Export to HTML/Markdown: `memo notes -ex` |
| #41 | - Exports selected note; uses Mistune for markdown processing. |
| #42 | |
| #43 | Limitations |
| #44 | - Cannot edit notes containing images or attachments. |
| #45 | - Interactive prompts may require terminal access. |
| #46 | |
| #47 | Notes |
| #48 | - macOS-only. |
| #49 | - Requires Apple Notes.app to be accessible. |
| #50 | - For automation, grant permissions in System Settings > Privacy & Security > Automation. |
| #51 |