Duple is a CLI that finds and removes duplicate files.
Project description
Project Description
Duple is a small package that will find and remove duplicate files. I created duple only because there is no port of rmlint to Windows. I suggest using rmlint on unix/linux systems instead - it is far superior to duple.
Duple will iterate through all files and directories that is given and calculate a hash value, hash can be specified. Then, it groups all of those results into a dictionary with the hashes as the key. Dictionary entries with 2 or more values constitute a duplicate. The duplicate that will be kept is specified with an optional flag. To see the flags and their descriptions:
duple scan --help
Once the scan is complete, you can review the output file (duple.delete) and modify at your discretion. Once you have reviewed and modified, run the following command to send the duplicates to the trash:
duple rm
Installation
pip install duple
You may need to add the Python Scripts folder on your computer to the PATH -> search stackoverflow.com for more information.
Usage
duple has two sub-commands: scan and rm. Scan scans your system based on the arguments given to scan and reports those results in output files reported by duple scan.
An Example:
The command below will scan the currenty directory and calculate a hash for each file to determine if there are duplicates:
duple scan -d . 'sha256'
-d : specifies the duplicate resolution behavior, in this case, duple will keep the duplicate with the lowest filesystem depth.
. : specifies the current directory, to be scanned
'sha256': specifies the hash function to use when duple calculates hashes to determine if files are duplicates
Version History
0.4.0 Performance Improvements
-adding multiprocessing, taking advantage of multiple cores -ignoring files that don't have the same filesize as another file - can greatly reduce the number of files that need to be hashed
0.3.0 Added Capability
added mv function that will move 'duple.delete' paths instead of deleting them
0.2.0 Added license
-Added license
0.1.1 Misc. Fixes
-Fixed typos in help strings
-Added support for sending duplicates to trash ('duple rm')
0.1.0 Initial Release
This is the initial release of duple
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file duple-0.4.0.tar.gz.
File metadata
- Download URL: duple-0.4.0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb18e51caf1b823d53fcdb31fb9191e92a2b94d4f296a672a1a421cfb48ed85b
|
|
| MD5 |
a8efbfc97cbd274f1c496457129356f7
|
|
| BLAKE2b-256 |
ad67004f7e83839ddbaecadc459f9982d075139e7f8874cd8682f2adb9b28572
|
File details
Details for the file duple-0.4.0-py3-none-any.whl.
File metadata
- Download URL: duple-0.4.0-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06580125f534bd0d85a1d8131273ef22fa617d62c29be8d3b90f45a07fca27c7
|
|
| MD5 |
f0c3256aa9bc7635a3df62311deeb6f5
|
|
| BLAKE2b-256 |
dcf4ee29bef1f8e4cfad26dc93c00b598f532f50ef8b8085e6507533e42572ff
|