diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ef95f41 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# Go Deduplicator + +Similar to the traditional [fdupes](https://github.com/adrianlopezroche/fdupes) +command. Though this one is written in go, utilizes sha256, gives you the +ability to cache the scan and delete the duplicates via a regex. + +It's also smart enough not to blow away your files if your regex matches +all of the files. ( Since the program does not know files you actually +want to keep ) |
