mdsmith
Esc
    v0.52.0 GitHub

    mdsmith list

    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]

    # Subcommands

    SubcommandDescription
    querySelect files by a CUE expression on front matter.
    backlinksList incoming links that point at a target file (or anchor).

    Run mdsmith list <subcommand> --help for per-command flags, exit codes, and worked examples.