diff2HtmlCompare icon indicating copy to clipboard operation
diff2HtmlCompare copied to clipboard

Instructions for use are lacking...

Open mrkcmo opened this issue 7 years ago • 3 comments

I was trying to use your script but the instructions on use are lacking and seem to have not been updated. I am also finding it hard to locate your latest published script that has the corrections based on your updates/comments. Can you please let me know if you have abandoned this work or point me to where the latest release is located?

Thanks!

Chris

mrkcmo avatar Jan 12 '18 18:01 mrkcmo

I won't lie, I haven't touched it in a while --the original project I needed this for is gone. I just tried it out and patched an issue. To get up and going:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python diff2HtmlCompare.py  somefile  anotherfile

This outputs index.html from where you ran it from, view it via firefox index.html

wagoodman avatar Feb 02 '18 19:02 wagoodman

@wagoodman output does not look like examples. Would you know what could be happening here?

screen shot 2018-02-08 at 21 45 44

aramay avatar Feb 09 '18 05:02 aramay

Awesome project. Still works in 2021.

N3uralN3twork avatar Jun 12 '21 04:06 N3uralN3twork