All tools

DEV / 006

Text Diff

Compare two documents line by line and spot every change.

Private workspaceYour input stays on this device. HaloBench tools run in your browser whenever possible.
HaloBench
Runs locally
+Runs instantly
No sign-up

Guide / 01

When to use it

Use it to review which lines changed between two contract drafts, release notes, or configuration files before accepting an update.

Guide / 02

Quick guide

  1. Paste the baseline document on the left and the revised document on the right.
  2. Read unchanged context normally, removed lines with a minus marker, and added lines with a plus marker.
  3. Check the surrounding unchanged lines and confirm each reported change in the source document.

CHECK

Validate the result

Change one word on a single line; the tool should show the old whole line as removed and the new whole line as added.

LIMITS

Know the limits

Comparison is line based, so it does not highlight individual words inside a changed line. Large reordering can appear as removals and additions rather than moves.

Reference

Input and output example

Actual output depends on your input and browser environment. Verify any value used for an important decision.

Example input
v1: ship Friday / v2: ship Monday
Expected output
Removed Friday · added Monday

FAQ

Frequently asked

Why is a line shown twice when I only moved it?

The longest-common-subsequence comparison does not track move operations. It represents the old position as a removal and the new position as an addition.

Does my data leave this device?

No. This tool is designed to process its working data in your browser. Advertising may load separately, but your tool input is never sent with it.