Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antikmozib/Dupe-Clear
A duplicate file cleaner for Windows.
https://github.com/antikmozib/Dupe-Clear
desktop-app dotnet windows winforms
Last synced: 2 days ago
JSON representation
A duplicate file cleaner for Windows.
- Host: GitHub
- URL: https://github.com/antikmozib/Dupe-Clear
- Owner: antikmozib
- License: gpl-3.0
- Created: 2019-08-26T14:24:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T03:05:02.000Z (29 days ago)
- Last Synced: 2024-10-18T20:31:48.891Z (28 days ago)
- Topics: desktop-app, dotnet, windows, winforms
- Language: C#
- Homepage: https://mozib.io/dupeclear
- Size: 5.91 MB
- Stars: 78
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - antikmozib/Dupe-Clear - A duplicate file cleaner for Windows. (C# #)
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
Clone the repository, `cd` into the root directory and execute `dotnet build DupeClear.Desktop`.