From 857343790af8290803deb5b1edd46633e8fa347a Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 19 Oct 2011 04:33:36 -0500 Subject: Initial commit --- README.mdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.mdown (limited to 'README.mdown') diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..88c2356 --- /dev/null +++ b/README.mdown @@ -0,0 +1,14 @@ +# dupekill -- deletes duplicates of existing data + +dupekill is a simple dupe finder (and deleter). It comes with a few nifty flags: + +* `-d | --dry`: Provides a preview of what you will do if the `-d` flag is + removed. +* `-r | --recursive`: Descends into all subdirectories below the starting + point. +* `-v | --verbose`: Provide more detail. + +# Roadmap + +* Create options for file preference, e.g. "if two files are the same, prefer + the older one". -- cgit v1.2.3-54-g00ecf