~ root diff

TEXT.DIFF

[ READY ]

Paste two blocks of text — see line-by-line additions and deletions. Useful for comparing config files, logs, JSON dumps, code, anything line-oriented.


STDIN ─────────────────────────────────────────// input
  

Diff

[01] About this tool

This is a line-by-line diff using the longest-common-subsequence (LCS) algorithm — the same family of algorithm used by git diff, diff -u, and most code editors. It finds the smallest set of insertions and deletions that transforms the left text into the right one.

[02] What it doesn't do

[03] Privacy

Everything runs in your browser. The two text blocks never leave the page — no logging, no analytics on the content. Safe for diffing sensitive configs.

STDOUT ---------------------------------// output