A multithreaded duplicate file finder that uses xxHash32
This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-05-04 22:16:38 +02:00
.idea Optimized imports 2023-05-04 22:16:38 +02:00
Images Add files via upload 2023-01-03 14:28:29 +01:00
META-INF fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater 2023-01-04 03:20:21 +01:00
src Optimized imports 2023-05-04 22:16:38 +02:00
.gitignore Update .gitignore 2023-05-04 21:24:38 +02:00
LICENSE Create LICENSE 2023-01-03 01:07:12 +01:00
README.md Updaded readme and added compile instructions 2023-05-04 21:14:41 +02:00
Sherly.iml First Creation 2023-01-03 00:50:03 +01:00

Sherly

Sherly is a Multithreaded Duplicate File Finder for your Terminal, written in java. You can Easily find duplicate Images, videos as well as any other type of Data. That can be helpful if you run on small storage or just want to keep regular housekeeping.

Installation

Install via AUR

  yay -S sherly-git

Compile yourself

  git clone https://github.com/BlyDoesCoding/Sherly
  cd Sherly
  mkdir -p Bin
  javac -d Bin src/*.java -Xlint
  cd Bin
  jar cfe sherly.jar Main ConsoleColors.class Main.class ThreadedCompare.class
  #the jar file will be in the Bin Folder

Usage/Examples

Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...

   -h / -help             show this
   -f / -folder           all the folders you want to scan for (see example above!)
   -c / -color            enable colored messages
   -t / -threads          override default Thread number (default is usually number of cores * 2)
   -p / -progress         enable progress indicator
   -d / -delete           delete all dups except one without asking first
   -debug                 debug stuff