hldiff
Language-independent high-level differencing tool.
Usage
- Download the release archive.
- Run
./hldiff --help
for the CLI description. ./hldiff fileBefore.py fileAfter.py
will print JSON high-level differcence tostdout
../hldiff --html fileBefore.py fileAfter.py
will print HTML visualisation tostdout
../hldiff --html --batch --outdir=otput_directory
will read file path pairs fromstdin
(one pair per line, space separated) and output an HTML file with diff visualisation for every given file pair tooutput_directory
.