DeDuper 0.4
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 "Action" 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).
#*** DeDuper 0.4 ***#
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.bin = d561f20a14ec20bc02515ae7848fa451
deduper.exe = c5bf0b08fca4c48baf1db4d52b993f04
This is very much a work in progress.