aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-10-25 16:58:57 -0400
committerMitch Riedstra <mitch@riedstra.us>2020-10-25 16:58:57 -0400
commit5640cbe7d1433ff9a7a903f961d6f963c5880080 (patch)
treeb1c743c5588f29109aef9e9668bd20d398dda758 /readme.md
parent7752715a53155e4809f91e5894dfb2e9b3d35544 (diff)
downloaddeduplicator-master.tar.gz
deduplicator-master.tar.xz
Add a build script. Basic readme. License file.HEADmaster
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
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 )