Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumiama/dupimage
Detect duplicated images and gather each group into a unique subfolder.
https://github.com/fumiama/dupimage
Last synced: 16 days ago
JSON representation
Detect duplicated images and gather each group into a unique subfolder.
- Host: GitHub
- URL: https://github.com/fumiama/dupimage
- Owner: fumiama
- License: gpl-3.0
- Created: 2022-07-24T04:33:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T04:17:14.000Z (over 2 years ago)
- Last Synced: 2024-10-30T17:08:46.837Z (2 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```