Only workspace IDs are saved in this browser—never files or input.
LOCAL TOOL / WEB

Unified Git Diff & Patch Studio

Paste output from git diff or drop a .diff/.patch text file. The patch is parsed only; it is never applied.

Paste, type, or drag & drop a text file 178 chars · 8 lines · 178 B
Runs locally in this browserPreview updates after 240 ms · Nothing is uploaded. Passwords are stored only when you explicitly choose Remember on this device.
02
Tool outputPer-file change statistics and a navigable visual diff.
Run toolNothing is uploaded. Passwords are stored only when you explicitly choose Remember on this device.
About this utility

How to use Unified Git Diff & Patch Studio

Read a unified patch as changed files, hunks, additions, deletions, and an accessible split or unified diff.

What to provide

Paste output from git diff or drop a .diff/.patch text file. The patch is parsed only; it is never applied.

  1. Paste, type, or drag and drop a supported text file into the input area.
  2. Review the input and the clearly labeled output behavior.
  3. Select “Run tool” or press Ctrl/Command + Enter, then copy, download, or move the result back into the first input for another pass.

What the result means

Per-file change statistics and a navigable visual diff.

Privacy and safety

This utility is loaded as browser code and processes your input only in this tab. OmniCastConverter has no upload endpoint and never stores your content, filenames, tokens, or secrets. Generated markup and code are shown as inert text and are never executed.

Limitations

  • Everything is processed in this browser tab. Input, filenames, keys, and output are never uploaded or saved. The studio inspects unified patch structure but does not apply patches, resolve renames heuristically, or execute Git.

Try the included example

Select “Load example” at any time to restore this tested sample.

diff --git a/src/app.ts b/src/app.ts
index 1111111..2222222 100644
--- a/src/app.ts
+++ b/src/app.ts
@@ -1,2 +1,2 @@
-const mode = "old";
+const mode = "local";
 export { mode };