Compare
Diff Checker
Paste an original and a modified version of some text and see exactly which lines were added or removed.
Compare
Paste an original and a modified version of some text and see exactly which lines were added or removed.
Walkthrough
Use cases
Reviewing a config file change. Paste the before and after version of a config or environment file to see exactly what changed without opening a full diff tool.
Comparing two drafts of copy. Check what actually changed between two versions of an email, README, or documentation page.
Sanity-checking a find-and-replace. Confirm a bulk text replacement only touched the lines you intended.
FAQ
Line-by-line. For most code and config comparisons this is the most readable granularity.
Not yet — paste the contents into each pane. File upload isn't planned since it would require reading file contents anyway, which you can just paste.
No, the diff algorithm runs entirely in JavaScript in your browser.
Related