View on GitHub

Boo

A simple tool to find duplicated files

What is Boo?

Boo is a simple command line tool to find file duplicates based on their MD5 hash written in Java.

Download

Current Windows executable (GUI version)

Current Windows executable (CLI version)

Usage

Simply download / checkout the project, install via mvn clean install and run:

$ java -jar boo-jar-with-dependencies.jar -t path/to/directory/to/scan

Or run the .exe file:

$ boo.exe -t path/to/directory/to/scan

Options

The available options are:

 -f,--flat do a flat scan of the provided directory only; i.e. no recursion (default: false)
    -h,--help display this help message
    -m,--max <arg> the maximum size of a file to scan in bytes (default: 5 MB)
    -t,--target <arg> target directory to scan
    -v,--verbose print a verbose output of what's happening (default: false)