Diff Two Text Files
Compare two text files and highlight line-by-line differences.
Open Text Diff with a ready-to-run example.
- You want to compare config files or release notes.
- You need a quick diff without using git tools.
- You are reviewing changes before sharing them.
- Paste the original text on the left and the updated text on the right.
- Click Compare text to see line-by-line changes.
- Copy the unified diff output if needed.
- Enable word diff to highlight small edits.
- Turn on ignore whitespace for formatting-only changes.
- Use the Copy Added/Removed buttons to extract changes.
Config updates
ENV=prod TIMEOUT=30 RETRY=2
ENV=prod TIMEOUT=45 RETRY=3
- TIMEOUT=30 + TIMEOUT=45 - RETRY=2 + RETRY=3
Version bump
version=1.4.2 name=daily-tools
version=1.5.0 name=daily-tools
- version=1.4.2 + version=1.5.0
Yes, but very large files may take longer to compare in the browser.
Yes. Toggle the Ignore whitespace option.
No. Everything stays in your browser session.
Yes. Use the Copy Unified Diff button.
Privacy-first: runs locally in your browser. No uploads.