This commit is contained in:
ge
2025-02-10 22:59:23 +03:00
commit 4da4711879
6 changed files with 751 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# fdup
The dump tool to find duplicate files by it's hash sums.
Compile it with `-prod` for better performance:
```console
$ v -prod .
```
Look at releases page for prebuilt executables.
# Synonsis
```
Usage: fdup [flags] [commands] [path...]
File duplicates finder
Flags:
-hash Set hashing algorythm: blake3, sha1, sha256, md5 [default: md5]
-threads Number of threads used for calculating hash sums [default: number of CPU cores]
-brief Brief output, print plain easy to parse hashes and filenames only
-help Prints help information.
-version Prints version information.
Commands:
help Prints help information.
version Prints version information.
```