Skip to content

Memo - v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Mar 14:31
· 1 commit to main since this release

Added

  • Notes API — Non-interactive, machine-friendly subcommand for scripts and AI agents. Run memo notes api --help for details.
    • list — List notes with stable IDs, folder, and title. No cache. Output formats: tsv, lines, json.
    • show — Output note body as Markdown by note ID.
    • edit — Replace note body from stdin (pipe or redirect).
    • add — Create note from stdin in a specified folder.
    • delete — Delete a note by ID.
    • move — Move a note to another folder.
    • folders — List folders and subfolders in parsable format (supports nested paths).
    • search — Search notes by substring match on title (optional --body for content search).
    • remove — Delete a folder and all notes in it (requires --force).
    • export — Export all notes to a directory (optional --markdown conversion).
  • SKILL.md — Skill for agents using the Notes API.
  • memo notes is now a group: interactive options remain, plus api subcommand. Use memo notes --help to see both.
  • get_note(use_cache=False) — Cache can be bypassed for fresh fetches (used by API).