find_duplicate_files 0.4.0

find duplicate files according to their blake3 hash
Documentation
find_duplicate_files-0.4.0 has been yanked.

find_duplicate_files

This program finds duplicate hashed files.

The chosen hashing algorithm was blake version 3.

To clone/copy the project:

git clone https://github.com/claudiofsr/find_duplicate_files

To compile and generate the executable:

cd find_duplicate_files

cargo b -r && cargo install --path=.

Finally, to find duplicate files in a directory, run the command:

find_duplicate_files

View help messages and some options with find_duplicate_files -h.