rtfpessoa / diff2html

Pretty diff to html javascript library (diff2html)
https://diff2html.xyz
MIT License
2.8k stars 273 forks source link

Suggestion: Show full files side-by-side (like diff -y) #442

Closed nschoot closed 2 years ago

nschoot commented 2 years ago

Would it be possible to the display not just the snippets that have been changed, but actually the differences inside the full file (You would need those for input).

So, summarized, I would like to execute "diff -y file1 file2".... but then in html.

nschoot commented 2 years ago

Ok I found php-diff that can do this... But I don't like the way it renders, so I now send the output of phpdiff to diff2html :)