README.md 903 B

CDDiff 1.0

A Java application that shows the difference between two files using LCS

The resulting diff is represented by the generated HTML-file.


Installation

  1. Clone repository

    git clone https://github.com/CrazyPhD/CDDiff.git

  2. Run mvn install


Usage

Run java -jar cddiff.jar <file1> <file2> (without triangle brackets)

As the result there will be generated diff.html file with diff info:

  • Added string
  • Changed string
  • Removed string

See example Example