Skip to content
Documents/

Diff Viewer

173 chars
210 chars
+8 lines added6 lines removed
1# oneutil service config
1# oneutil service config
2name = oneutil
2name = oneutil
3port = 8080
3port = 9090
4log_level = info
4log_level = debug
5timeout = 30
5timeout = 30
6retries = 3
6max_body_size = 1mb
 
7retries = 5
7 
8 
8[cache]
9[cache]
9enabled = false
10enabled = true
10ttl = 600
11ttl = 900
 
12backend = memory
11 
13 
12[auth]
14[auth]
13provider = local
15provider = oauth
14session_ttl = 3600
16session_ttl = 3600

About Diff Viewer

Compare two blocks of text side by side or unified, down to individual characters, with no upload and no account.

What it does

Paste two versions of anything — code, configuration, prose, a log — and see what changed. Split view puts them side by side; unified view shows one stream in the style of a patch. Within a changed line, character-level highlighting shows the specific edit rather than marking the whole line as different.

When you'd use it

Checking what an automated formatter did, comparing a config between two environments, reviewing an edit to a document from someone who did not track changes, or working out why two supposedly identical files behave differently. Because nothing is uploaded, it is safe for production configuration.

Common questions

Can it show differences within a line?
Yes. Changed lines are highlighted down to the character, so a one-word edit does not look like a wholesale rewrite.
Does it handle different line endings?
Yes — Windows CRLF and Unix LF are recognised, so a file that differs only in line endings does not appear entirely changed.
Is the text I paste sent anywhere?
No. Everything happens in your browser — nothing you enter is uploaded, and the tool keeps working with no network connection.

Related tools