init
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal 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.
|
||||
```
|
Reference in New Issue
Block a user