mxr storage
Generated from
mxr storage --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
Roll up disk consumption by sender, mimetype, or label
mxr storage [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--by <BY> | Group by which dimension. One of: sender, mimetype, label Possible values: - sender - mimetype - label - message: Per-message ranking: returns the single biggest emails with their IDs, so the output can drive mxr search/mxr trash/etc directly [default: sender] |
--limit <LIMIT> | Maximum buckets to return [default: 50] |
--account <ACCOUNT> | Restrict to a single account by id |
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help (see a summary with ‘-h’) |
Use When
Section titled “Use When”Find large senders, MIME types, labels, or individual messages consuming disk.
Everyday Examples
Section titled “Everyday Examples”mxr storage --by sender --limit 20mxr storage --by message --format ids | mxr archive --dry-runSee also
Section titled “See also”- CLI overview — full command index
- Concepts — query operators, search modes, JSON shapes
- Automation contract — which commands support
--format json,--dry-run, stdin