A simple diff viewer that only compares what is entered in the left and right text boxes.
- simple tool to compare left and right text
- works offline (no server required.)
- multi-platform support (Windows, macOS, Linux)
The difference calculation is done using monaco editor (microsoft/monaco-editor), I just built the layout and the electron app.
Basically, just type the text on the left and right and you're done.
Use this explanation when you want to see large diff.
- Copy the contents of
example_texts/freebsd_sbin_route/left_82641e1.txt
from this repository to your clipboard and paste it into the text box on the left. - Copy the contents of
example_texts/freebsd_sbin_route/right_158f319.txt
from this repository to your clipboard and paste it into the text box on the right.
https://sandbox.saino.me/text-diff-view/
If you don't want to download the electron app, try the web version.
also provide docker image.
- Windows
- Linux
- macOS
light | dark |
---|---|
$ yarn
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux