yshavit/mdq
like jq but for Markdown: find specific elements in a md doc observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 73
- Release rhythm 75
- Longevity 59
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 13
- age_days: 830
- days_rel: 164
- days_push: 164
- n_releases_24m: 12
Adoption not part of the score
1741 stars · 19 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
mdq is a command-line tool that works like jq but for Markdown, letting you select and render specific elements in a Markdown document using a query syntax. It is written in Rust and distributed via Homebrew, Docker, and release binaries.
Use cases
- find all uncompleted task list items in a markdown file
- extract specific sections from a markdown document
- query markdown like jq queries
- validate PR templates contain required checklist items
- extract all links from a markdown doc
- filter markdown headings and lists from scripts
When to choose
- you need to programmatically inspect or extract parts of Markdown files in shell scripts or CI
- you want a jq-like query language instead of fragile regexes over Markdown
- you need a fast, self-contained binary for Markdown processing
When to avoid
- you need to convert Markdown to other formats like HTML or PDF
- you need a Markdown editor or renderer rather than a selector
- you work with structured data formats like JSON or YAML rather than Markdown
Facets
cli-tool · maturity active
parser search-engine cli developer-tools developer-tools documentation cli windows cross-platform markdown jq-like querying rust text-processing command-line macos linux docker
2 sources
- readme: https://github.com/yshavit/mdq · fetched 2026-08-28 · ce78ad2bd89a
- registry_crates: https://crates.io/api/v1/crates/mdq · fetched 2026-08-29 · b9d113e8fe4e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yshavit/mdq | main | 71 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem