Skip to main content

mr notes

Discover and bulk-mutate Notes. The notes subcommands operate on multiple Notes at once: list for filtered queries (with pagination via global --page), add-tags / remove-tags for bulk tag ops, add-groups / add-meta for bulk annotation, delete for destructive bulk removal, meta-keys for discovering the meta-schema vocabulary, and timeline for ASCII activity charts.

Bulk-mutation commands select targets via --ids=<csv>. The current CLI does not support MRQL selectors on bulk commands — pipe from notes list --json | jq to extract IDs when you need query-based selection.

Usage

mr notes

Flags

This command has no local flags.

Inherited global flags

FlagTypeDefaultDescription
--jsonboolfalseOutput raw JSON
--no-headerboolfalseOmit table headers
--pageint1Page number for list commands (default page size: 50)
--quietboolfalseOnly output IDs
--serverstringhttp://localhost:8181mahresources server URL (env: MAHRESOURCES_URL)

Exit Codes

0 on success; 1 on any error

See Also