Skip to content

Commit 5fa7f57

Browse files
committed
Create README.md
1 parent 1925afe commit 5fa7f57

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.

0 commit comments

Comments
 (0)