From 5640cbe7d1433ff9a7a903f961d6f963c5880080 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 25 Oct 2020 16:58:57 -0400 Subject: Add a build script. Basic readme. License file. --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md (limited to 'readme.md') 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 ) -- cgit v1.2.3