Language-independent high-level differencing tool.
- Download the release archive.
- Run
./hldiff --helpfor the CLI description. ./hldiff fileBefore.py fileAfter.pywill print JSON high-level differcence tostdout../hldiff --html fileBefore.py fileAfter.pywill print HTML visualisation tostdout../hldiff --html --batch --outdir=otput_directorywill 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.