File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # Dedup
2+ A command line tool to identify and optionally remove duplicate files
3+
4+ The software is provided as is. Use at your own risk.
5+
6+ Usage: Dedup <folder > <options >
7+
8+ This program will find duplicate files within a folder
9+
10+ Options:
11+
12+ -D - delete duplicates, keeping the file with the oldest creation date
13+
14+ -S - show each duplicate
15+
16+ The idea for this tool came to me because I was copying pictures from my iphone to my computer, then later on copying them again as I took
17+ more and more pictures. After a while I realized I was getting a whole bunch of duplicate pictures on my computer. After a while it became
18+ unfeasible to manually find and delete duplicate pictures so I created this tool to automate the process.
19+
20+ It can be used for any file types, I just happen to use it for pictures. It doesn't use the file name to determine if a file is a copy,
21+ it goes by file contents.
You can’t perform that action at this time.
0 commit comments