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
|
|
|
|
|
|
|
|
- -d | --delete: delete duplicate files
|
|
|
|
- -m | --move: move duplicate files to specified directory
|
|
|
|
- -v | --verbose: enable verbose / debug output
|