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

https://github.com/antikmozib/Dupe-Clear

A duplicate file cleaner for Windows and Linux.
https://github.com/antikmozib/Dupe-Clear

avalonia desktop-app dotnet

Last synced: about 1 month ago
JSON representation

A duplicate file cleaner for Windows and Linux.

Awesome Lists containing this project

README

        

# Dupe Clear
A duplicate file cleaner for Windows and Linux.

![Screenshot](screenshot.jpg?raw=true)

## Features

* Find duplicate files in any folder.
* Use search filters such as extension, modification date etc. to find files quickly.
* Select and delete duplicate files using a range of criteria.

## Installing

### Windows

Download and run the setup program and follow its instructions.

### Linux

Prebuilt binaries are not provided, and the application must be built from the source. Follow the instructions provided below.

## Building

__Requirements:__ [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)

Clone the repository, `cd` into the root directory and execute `dotnet build DupeClear.Desktop`. The application executable can be found in `DupeClear.Desktop/bin/Debug/net8.0-windows`.

## Contributions

_Currently not actively accepting contributions._