8000 GitHub - timburrows/DuplicateFileMatching
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timburrows/DuplicateFileMatching

Repository files navigation

Duplicate File Matching

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.

Table of Contents

  1. Prerequisites
  2. Usage

1. Prerequisites

  • .NET Core 3.1
  • IDE or a terminal emulator to run the CLI.

2. Usage

Terminal:

$ dotnet restore
$ cd DuplicateFileMatching.ConsoleApp/
$ dotnet run

IDE:

Build and Run solution in Visual Studio, or JetBrains Rider (tested).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0