Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T18:35:02.000Z (about 4 years ago)
- Last Synced: 2024-11-01T13:51:38.580Z (about 2 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.72 MB
- Stars: 92
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/g3el3ao3rdf6kvp1?svg=true)](https://ci.appveyor.com/project/Dirkster99/aehnlich)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4150b6ac353a47abae679c1f29827d13)](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.![](https://raw.githubusercontent.com/Dirkster99/Docu/master/Aehnlich/Aehnlich/Aehnlich_DirCompare_VS2016Dark_00.png)
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/Aehnlich/Aehnlich/Aehnlich_DirCompare_VS2016Dark.png)
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/Aehnlich/DirDiffScreen.png)### 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.![](https://raw.githubusercontent.com/Dirkster99/Docu/master/Aehnlich/DirDiffScreen_1.png)
## Comparing Text Files
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/Aehnlich/Aehnlich/Aehnlich_TextCompare_DarkVS2016.png)
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/Aehnlich/Aehnlich/Aehnlich_TextCompare_Light.png)![](https://raw.githubusercontent.com/Dirkster99/Aehnlich/master/source/00%20Docs/%C3%84hnlichDemo.png)
![](https://raw.githubusercontent.com/Dirkster99/Aehnlich/master/source/00%20Docs/%C3%84hnlich1.png)
![](https://raw.githubusercontent.com/Dirkster99/Aehnlich/master/source/00%20Docs/%C3%84hnlich2.png)