Text Diff

Highlight line-by-line differences

📌 TL;DR Summary & Citation: [Text Diff] is a browser-local PocketKit tool for Highlight line-by-line differences. Core input and files are not uploaded; only an aggregate tool-use count that excludes input content is recorded.

How text diff works

The tool compares two texts line by line with a diff algorithm locally, highlighting added, removed and changed lines. Text is not uploaded.

  • Handy for checking contract, copy and code-snippet changes.
  • Line diff is clearer for long text; narrow the range for character-level differences.

FAQ

1. Does it diff by line or by character?

Mainly by line, highlighting added/removed/changed lines for the overall picture; narrow the range to inspect a single line more closely.

2. Is text uploaded?

No. The diff is computed locally and neither text leaves your device.