1
0
mirror of https://github.com/fumiama/dupimage.git synced 2026-06-08 03:55:23 +08:00
Files
dupimage/README.md
2022-07-25 10:50:18 +08:00

14 lines
306 B
Markdown

# dupimage
Detect duplicated images and gather each group into a unique subfolder.
## usage
```powershell
Usage: dupimage [-adht] ext1 ext2...
-a action sort
-d string
work directory (default "./")
-t uint
duplicate throttle, max is 64 (default 5)
exts matching extensions
```