BriarKitv. 1.0.105
SQL FormatterS QCode FormatterC FDiff ViewerD VEscape StringsE SSnippet GeneratorS G

100% local processing

Files never leave your device

HomeDiff Viewer
runCtrl↵-downloadCtrlD

Diff Viewer

Compare text or code locally with side-by-side line differences and unified diff export.

runD V
Language

Left Input

Original or baseline version.

left

Right Input

Updated or comparison version.

Actions

generic text diff

Summary

Added
0
Removed
0
Changed
2

How To Use

Paste the original text or code on the left and the updated version on the right, then pick the language mode that best matches the content for easier editing.

Turn on Ignore trimmed whitespace when you only care about meaningful line changes and do not want leading or trailing spacing to count as a difference.

Review both the side-by-side output and the unified diff preview, then copy or download the unified diff when you need to share or archive the change set.

Unified Diff Preview

- export function greet(name){
+ export function greet(name: string) {
- return "Hello, " + name
+   return "Hello, ${name}"
  }

Side-by-Side Diff

Added, removed, changed, and equal lines are shown in order.

Left #Left textRight #Right text
1
export function greet(name){
1
export function greet(name: string) {
2
return "Hello, " + name
2
  return "Hello, ${name}"
3
}
3
}
CtrlshiftSswap sidesCtrlshiftCcopy unified diffCtrlDdownload diffEscreset