No description
Find a file
JMARyA 06bb25bcb2
Some checks failed
ci/woodpecker/push/build/2 Pipeline is pending
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/test Pipeline was successful
chore: nix flake
2025-11-30 22:16:50 +01:00
.woodpecker
src
.gitignore
Cargo.lock
Cargo.toml
flake.lock
flake.nix
PKGBUILD
README.md
renovate.json

mddiff

mddiff is a tool for comparing the frontmatter of two markdown files and generating a JSON patch file.

Usage

Usage: mddiff [OPTIONS] <file> <file2>

Arguments:
  <file>   First File
  <file2>  Second File

Options:
  -p, --pretty              Output formatted json patch
  -a, --add                 Only output add operations
  -m, --modify              Only output modify operations
  -d, --delete              Only output delete operations
  -t, --test <key> <val>    Add test case to json patch
  -x, --exclude <JSONPATH>  Exclude json path from diff
  -k, --keys <JSONPATH>     Only include the specified json paths in diff