跳到正文
OpsKit

Text Diff Viewer

Compare an original and changed version line by line. The comparison runs locally and can ignore whitespace-only changes.

Diff

+0 added · 0 removed

Original
Changed
1
1

全部在浏览器内完成. 这个页面是静态文件。你输入的内容只留在标签页里,不会发送到服务器,关闭即消失。所以粘贴真实的令牌或配置是安全的。

什么时候用得上

  • Comparing configuration revisions.
  • Reviewing log output from two runs.
  • Finding small changes in generated files.

实际示例

Configuration change

输入
PORT=3000
结果
PORT=8080

The old line is removed and the new line is added.

容易出错的地方

Comparing secrets

This tool is local, but screenshots and copied diff output can still expose sensitive values.

常见问题

How large can the input be?

The viewer compares up to 600 lines per side to keep the browser responsive.

相关工具