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

https://github.com/Trophonix/RemoveDuplicates

Simple java program to delete all files in the working directory.
https://github.com/Trophonix/RemoveDuplicates

duplicate-detection duplicate-files duplicatefilefinder files gpl gplv3 io java

Last synced: over 1 year ago
JSON representation

Simple java program to delete all files in the working directory.

Awesome Lists containing this project

README

          

Use this utility to delete duplicate files in a directory.

Simply run the latest jar file from the [releases page](https://github.com/Trophonix/RemoveDuplicates/releases) in the directory you want to scan!

If you want to see which files it's deleting as it works, run it from a command line using `java -jar FILENAME.jar` and it will begin to print output to the command line. A GUI may be added in future versions.

Enjoy!