duplicate-checker

Crates.ioduplicate-checker
lib.rsduplicate-checker
version2.0.2
sourcesrc
created_at2023-03-11 10:00:52.002313
updated_at2024-08-06 18:50:59.437248
descriptionA duplicate file checker
homepage
repository
max_upload_size
id807113
size102,772
Kasun Ranasinghe (keaz)

documentation

README

Duplicate file checker

crates.io Crates.io Crates.io docs.rs

About

This is a asynchronous duplicate file detector written in RUST. Has the capability to adjust the duplicate file detection using file name score and sha or file size.

How to

Install using cargo cargo install duplicate-checker
Run duplicate-checker -r={path-to-check-duplicate} -s=90
CMD arguments
-r Path to check duplicate
-s Search score

Commit count: 0

cargo fmt