#markdown #broken-links #cli

app mdlynx

Small, fast utility to find broken file links in Markdown documents

1 unstable release

0.1.0 Dec 18, 2022

#1754 in Text processing

MIT license

8KB
52 lines

mdlynx

Small, fast tool to find broken file links in Markdown documents.

Features

  • Checks whether Markdown file link targets exist
  • Statically linked Linux binaries available
  • Fast, parallel
  • Friendly error messages
  • Safe, doesn't panic
  • 64 lines of code

Non-Features

  • No recursive mode, use find/xargs/shell globs
  • Doesn't touch the network, doesn't check for broken web links

Install

Download a binary from the releases page, or build with Cargo:

cargo install mdlynx

Dependencies

~2.1–3MB
~63K SLoC