mdlynx

Crates.iomdlynx
lib.rsmdlynx
version0.1.0
sourcesrc
created_at2022-12-18 14:17:50.170974
updated_at2022-12-18 14:17:50.170974
descriptionSmall, fast utility to find broken file links in Markdown documents
homepagehttps://github.com/langston-barrett/mdlynx
repository
max_upload_size
id740439
size21,328
Langston Barrett (langston-barrett)

documentation

README

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
Commit count: 0

cargo fmt