dedupe/README.md

15 lines
484 B
Markdown
Raw Permalink Normal View History

2023-08-11 13:34:54 +02:00
# dedupe
2023-08-15 14:51:54 +02:00
simple command line tool to find and move/delete duplicate audio files
## run
`dedupe [source] [comparison] (options)`
### options
2023-08-15 14:54:08 +02:00
| short | long | description |
| ----- | --------- | ------------------------------------------- |
| -d | --delete | delete duplicate files |
| -m | --move | move duplicate files to specified directory |
| -v | --verbose | enable verbose / debug output |