1
0
mirror of https://github.com/fumiama/dupimage.git synced 2026-06-21 19:48:15 +08:00
This commit is contained in:
源文雨
2022-07-24 22:21:34 +08:00
parent 33e2a14bd4
commit 8cd35481c8
6 changed files with 232 additions and 0 deletions

View File

@@ -1,2 +1,11 @@
# dupimage
Detect duplicated images and gather each group into a unique subfolder.
## usage
```powershell
-a action sort
-d string
work directory (default "./")
-t uint
duplicate throttle, max is 64 (default 5)
```