mirror of
https://github.com/fumiama/dupimage.git
synced 2026-06-07 19:40:40 +08:00
18 lines
423 B
Markdown
18 lines
423 B
Markdown
# dupimage
|
|
Detect duplicated images and gather each group into a unique subfolder.
|
|
|
|
## usage
|
|
```powershell
|
|
Usage: dupimage [-adhst] ext1 ext2...
|
|
-D enable debug-level log output
|
|
-a action sort
|
|
-d string
|
|
work directory (default "./")
|
|
-h display help
|
|
-s uint
|
|
folder sequence number start (exclude)
|
|
-t uint
|
|
duplicate throttle, max is 64 (default 5)
|
|
exts matching extensions
|
|
```
|