CrazyPhD 3d1312bfd9 Add diff.html screenshot | 3 years ago | |
---|---|---|
example | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
license | 3 years ago | |
pom.xml | 3 years ago |
A Java application that shows the difference between two files using LCS
The resulting diff is represented by the generated HTML-file.
Clone repository
git clone https://github.com/CrazyPhD/CDDiff.git
Run mvn install
Run java -jar cddiff.jar <file1> <file2>
(without triangle brackets)
As the result there will be generated diff.html file with diff info:
See example