A Go program to get duplicates from specified paths.
- config - specify the path to your config file, which has paths to directories with duplicates.
- output - specify the path to the output file with results.
Install Go and run compile.sh from the terminal. Binaries will be placed in the "build" directory.
Download binary for your system from releases
Rename config-sample.json to config.json and add paths with duplicates to "dirs".
The program will take all files recursively from specified directories.
You can specify paths to config and output via flags.
Go to the directory with the program and run it like usual binary.