No description
Find a file
JMARyA 18a06baf8f
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build/2 Pipeline failed
Merge pull request 'chore(deps): update rust crate serde_json to v1.0.149' (#7) from renovate/serde_json-1.x-lockfile into master
Reviewed-on: #7
2026-01-07 00:35:09 +00:00
.woodpecker update 2025-06-28 01:46:14 +02:00
src update 2024-07-15 12:56:31 +02:00
.gitignore init 2023-11-04 08:19:49 +01:00
Cargo.lock chore(deps): update rust crate serde_json to v1.0.149 2026-01-06 16:37:48 +00:00
Cargo.toml update 2025-06-28 01:46:14 +02:00
flake.lock chore: nix flake 2025-11-30 22:16:50 +01:00
flake.nix chore: nix flake 2025-11-30 22:16:50 +01:00
PKGBUILD update 2025-06-28 01:46:14 +02:00
README.md update 2023-11-06 09:36:42 +01:00
renovate.json Add renovate.json 2025-06-21 21:37:14 +00:00

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