ordinary-hacker/cleaner_z
Just a random duplicate file removal tool no one asked for. Programmed in Zig.
5289e0753cd274d65344bef1c114284c633536ea
Just a random duplicate file removal tool no one asked for. Programemd in Zig.
You can the tool with -h
/--help
to see the help output:
-h, --help Show this help message
-r, --remove Not only find duplicate files, also remove them
-v, --verbose Show verbose messages
-f, --force Forces file removal without asking for confirmation
-q, --quiet Supresses tool banner and most output except confirmation prompts, duplicate files, and other essential messages
<path> Where to search for duplicates, REQUIRED
Really simple to understand everything from the help output.
I don't know why you would like to install this tool as there are likely more serious and polished open-source alternatives out there. But just in case, you can simply clone this Github repository and then run zig build
:
git clone https://github.com/ordinary-hacker/cleaner_z
cd cleaner_z
zig build