DeDuper 0.6
Find duplicate files between sets of folders
This application provides a GUI to find and review duplicate files within the file system.
To use:
Select a set of source and destination folders or files.
Press the "Start" button, and a list of duplicate files will appear with their source pathnames (on the Source side), and destination pathnames.
Selecting a file on one side will cross highlight the duplicate file on the other side.
Double-Click on a file will call the OS to open the file. The OS will decide how it is opened. (be careful) A Double-Click on a folder will open the file browser.
Click in the "Mark" column next to a file to mark the file for deletion. When one or more files have been marked, the "Delete marked entries" and "Move marked entries" buttons will respectively present a dialog box to confirm (re)move of the file(s).
More options are available in the right-mouse context (pop-up) menu.
#*** DeDuper 0.6 ***#
Usage: deduper ?options? ?source-dir ... ?-, target-dir ...??
Options:
-start :: Start the search for duplicate files
-, :: Separates source-dir list from target-dir list
-wmode (tree|table) :: Choose ttk::Treeview widget or Tablelist widget. (default: tree)
-showconsole /value/ :: Open the Tk Console window.
:: /value/ is one of "yes", "no", or "button". (default: no)
-sizefilter /value/ :: /value/ is a lower file size limit for consideration.
:: Files smaller than this value will be ignored.
:: The value format is a /number/ followed by B or K or M or G.
-theme /value/ :: /value/ is the name of a theme such as 'clam', 'alt', 'default',
:: or 'classic'
--help :: Print this message
Part of the impetus behind this app was to experiment with delivering stand-alone applications using the built-in zipfs features of 8.7. Linux and Windows builds fine. MacOS still needs refinement with the packaging process.
Pre-built images can be found here:
MD5:
deduper.exe = 8b01ab346e2e3e40adaf4f1639a8496d
deduper.bin = 6c50fff3f998245b4f4e2789fd2498d3
This is very much a work in progress.