I often have large chunks of text (like code or some data) that I want to do a diff on but am too lazy to create two new files, run diff on them both, and then scan the output. Are there any good webapps that show you diffs? What about ones specifically for code? Or ones that do it completely in-browser to respect your privacy?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
|
||||
|
|
|
|
|||
|
|
|
I made my own utility for this purpose, JavaScript Client Side Diff Tool which uses jsdifflib. The main advantage is that it's all JavaScript client code so none of your data is sent across the Internet. |
|||
|
|