diff2HtmlCompare
diff2HtmlCompare copied to clipboard
Instructions for use are lacking...
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
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 output does not look like examples. Would you know what could be happening here?
Awesome project. Still works in 2021.