htmldiff icon indicating copy to clipboard operation
htmldiff copied to clipboard

A command-line script that shows text changes between two HTML files

Results 6 htmldiff issues
Sort by recently updated
recently updated
newest added

Tried installing it with pip3 which "worked" but gave an HTMLParser error. Presumably, it could be worked around similarly to this: https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/py3patch.py#L16 (Additionally, even with python 2, on debian stretch,...

Thank you for this tool. A suggestion: 1. It would help me considerably if there was an option to avoid diffing the stylesheet. 2. This breaks my diffs because the...

``` --> --> ``` If timestamps are known, maybe include them in the `title` attribute. (Unfortunately `datetime` wasn't allowed last time I raised this to HTML5.)

These are small changes to get tests running with [travis-ci](http://travis-ci.org) whenever you push to the repository. Once setup on travis-ci you should get nice email notifications when tests fail, and...

Hey there. I ran `./htmldiff test` and got the following: http://cl.ly/image/2g0W3Y2c3S19 Do you think these tests failing could be related to my python version (2.7.3)?

Your code does not aim, at least at this time, to represent HTML tag diffs, but I'd like to know if that's a possibility in the future. Thank you!