A command line tool to identify duplicate files recursively in a folder structure. The prompt will also accept a compressed archive if one is detected and unpack it. Currently this project only supports Image file matching, as this was the focus point.
- .NET Core 3.1
- IDE or a terminal emulator to run the CLI.
Terminal:
$ dotnet restore
$ cd DuplicateFileMatching.ConsoleApp/
$ dotnet run
IDE:
Build and Run solution in Visual Studio, or JetBrains Rider (tested).