Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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#.

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)