Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/menees/diff.net
A differencing utility for Window desktop written in C#.
https://github.com/menees/diff.net
diff directory-diff file-diff windows
Last synced: about 2 months ago
JSON representation
A differencing utility for Window desktop written in C#.
- Host: GitHub
- URL: https://github.com/menees/diff.net
- Owner: menees
- License: mit
- Created: 2020-03-26T21:53:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T00:54:49.000Z (7 months ago)
- Last Synced: 2024-10-03T12:24:07.763Z (3 months ago)
- Topics: diff, directory-diff, file-diff, windows
- Language: C#
- Homepage:
- Size: 120 KB
- Stars: 45
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![windows build](https://github.com/menees/Diff.Net/workflows/windows%20build/badge.svg)
# Diff.Net
This is a differencing utility for Windows desktop written in C#. It provides side-by-side differencing for files and directories. For files it also provides an overview diff and a line-to-line diff. It can also do a visual difference of binary files.
This project started in 2002, and it depends heavily on the [Menees.Diffs and Menees.Diffs.Windows.Forms libraries](https://github.com/menees/Libraries) for differencing algorithms and controls.
## File Diff
![FileDiff](http://www.menees.com/Images/FileDiffScreen.png)
## Directory Diff
![DirDiff](http://www.menees.com/Images/DirDiffScreen.png)