No Description

CrazyPhD c3a1d5e8b9 Initial commit 4 years ago
example c3a1d5e8b9 Initial commit 4 years ago
src c3a1d5e8b9 Initial commit 4 years ago
.gitignore c3a1d5e8b9 Initial commit 4 years ago
README.md c3a1d5e8b9 Initial commit 4 years ago
license c3a1d5e8b9 Initial commit 4 years ago
pom.xml c3a1d5e8b9 Initial commit 4 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)

See example