| command | list |
|---|---|
| summary | Selection-style commands that walk the workspace and emit matches. |
Parent for the selection-style subcommands. Each child
walks every workspace Markdown file (filtered by
.mdsmith.yml files: / ignore:) and emits matches
in its own shape; the parent itself is just a router.
mdsmith list <subcommand> [flags] [args]
| Subcommand | Description |
|---|---|
query |
Select files by a CUE expression on front matter. |
backlinks |
List incoming links that point at a target file (or anchor). |
Run mdsmith list <subcommand> --help for per-command
flags, exit codes, and worked examples.