Apple 备忘录
通过 memo CLI 管理 Apple 备忘录:创建、搜索、编辑笔记
Apple Notes
使用 memo 从终端直接管理 Apple 备忘录。笔记通过 iCloud 在所有 Apple 设备间同步。
前置条件
brew tap antoniorodr/memo && brew install antoniorodr/memo/memo使用场景
不适用场景
obsidian skillmemory tool instead快速参考
View Notes
memo notes # List all notes
memo notes -f "Folder Name" # Filter by folder
memo notes -s "query" # Search notes (fuzzy)
Create Notes
memo notes -a # Interactive editor
memo notes -a "Note Title" # Quick add with title
Edit Notes
memo notes -e # Interactive selection to edit
Delete Notes
memo notes -d # Interactive selection to delete
Move Notes
memo notes -m # Move note to folder (interactive)
Export Notes
memo notes -ex # Export to HTML/Markdown
限制说明
Rules
memory tool for agent-internal notes that don't need to syncobsidian skill for Markdown-native knowledge management安装指南
复制下方命令,在终端运行即可安装:
# 安装到当前项目
npx skills add apple-notes
# 全局安装 — 所有项目可用
npx skills add apple-notes -g
使用指南
安装完成后,在对话框中直接使用此技能。