No description
Find a file
JMARyA d2ffc4cd2c
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 clap to v4.5.54' (#6) from renovate/clap-4.x-lockfile into master
Reviewed-on: #6
2026-01-03 14:40:42 +00:00
.woodpecker
src
.gitignore
Cargo.lock
Cargo.toml
flake.lock
flake.nix
PKGBUILD
README.md
renovate.json

mdpatch

Patch the frontmatter of markdown files

Usage

Usage: mdpatch [OPTIONS] <markdown>

Arguments:
  <markdown>  Markdown File

Options:
  -p, --patch <PATCH>       Apply JSON Patch file. If set to '-' read from stdin
      --merge <FILE>        Merge Markdown frontmatter. If set to '-' read from stdin
  -a, --add                 Only patch add operations
  -m, --modify              Only patch modify operations
  -d, --delete              Only patch delete operations
  -v, --verbose             Print out what changes will be made to the document
  -n, --dryrun              Dont modify the input file. Only print what would be done
  -o, --output <OUTPUT>     Write patched file to output path. Dont modify the input file directly. If set to '-' output to stdout
      --notest              Ignore tests in JSON Patch files
  -x, --exclude <JSONPATH>  Exclude json path from patch
  -k, --keys <JSONPATH>     Only include the specified json paths in patch