No Description

CrazyPhD 3d1312bfd9 Add diff.html screenshot 3 years ago
example 3d1312bfd9 Add diff.html screenshot 3 years ago
src c3a1d5e8b9 Initial commit 3 years ago
.gitignore c3a1d5e8b9 Initial commit 3 years ago
README.md 790baad8eb Update README.md 3 years ago
license c3a1d5e8b9 Initial commit 3 years ago
pom.xml c3a1d5e8b9 Initial commit 3 years ago

README.md

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