https://github.com/dirkster99/aehnlich
Show/Merge differences in directories and their content (text files) in Light/Dark designs
https://github.com/dirkster99/aehnlich
csharp diff diff-tool directory-comparator directory-management directory-traversal gui merge myers-algorithm text-compare text-diff winmerge wpf wpf-application
Last synced: 10 months ago
JSON representation
Show/Merge differences in directories and their content (text files) in Light/Dark designs
- Host: GitHub
- URL: https://github.com/dirkster99/aehnlich
- Owner: Dirkster99
- License: mit
- Created: 2019-02-05T23:31:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T19:59:14.000Z (12 months ago)
- Last Synced: 2025-03-30T17:09:40.044Z (10 months ago)
- Topics: csharp, diff, diff-tool, directory-comparator, directory-management, directory-traversal, gui, merge, myers-algorithm, text-compare, text-diff, winmerge, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 3.74 MB
- Stars: 92
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/Dirkster99/aehnlich)
[](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=Dirkster99/Diff&utm_campaign=Badge_Grade) [Continuous Integration](https://ci.appveyor.com/project/Dirkster99/aehnlich/build/artifacts)
# Ähnlich
The name Ähnlich is German for Similar. It is the name of a WPF Diff/Merge utility based on the WinForms implementation by Bill Menees. This project is CharityWare, which means you are asked to donate at least $5 US to a charity of your choice if you are using this software. See also this note to better understand what this means.
Other contributing projects are:
- [AvalonDock](https://github.com/Dirkster99/AvalonDock) and
- [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) via [AvalonEditHighlightingThemes](https://github.com/Dirkster99/AvalonEditHighlightingThemes).
## Comparing Directory and Files
The module that compares directories and files supports 2 views:
- Directories and Files
- Files Summary
### Directories and Files
This view has the usual side by side view of folders and files being highlighted when
they have been added, deleted, or changed in the **right view** when compared to the **left view**.
You can double click each directory to browse into the directory structure or use the arrow up button
in the toolbar to browse back up in the structure.



### Files Summary
This view shows only files that have been deleted, inserted, or changed in the **right view**
when compared to the **left view**. You can use the tooltip or context menu entries to see
the actual path of each file or open it in the Explorer etc.

## Comparing Text Files




