Check for and delete duplicate files from the command line.
Project description
dupechecker
Check for and delete duplicate files from the command line.
Installation
Install with:
pip install dupechecker
Usage
>dupechecker -h usage: dupechecker [-h] [-r] [-i [IGNORES ...]] [-d] [-ad] [-ns] [paths ...] positional arguments: paths The paths to compare files in. options: -h, --help show this help message and exit -r, --recursive Glob files to compare recursively. -i [IGNORES ...], --ignores [IGNORES ...] Ignore files matching these patterns. e.g. `dupechecker -i *.wav` will compare all files in the current working directory except .wav files. -d, --delete_dupes After finding duplicates, delete all but one copy. For each set of duplicates, the tool will ask you to enter the number corresponding to the copy you want to keep. Pressing 'enter' without entering a number will skip that set without deleting anything. -ad, --autodelete Automatically decide which file to keep and which to delete from each set of duplicate files instead of asking which to keep. -ns, --no_show Don't show printout of matching files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dupechecker-1.0.1.tar.gz
(41.4 kB
view details)
Built Distribution
File details
Details for the file dupechecker-1.0.1.tar.gz
.
File metadata
- Download URL: dupechecker-1.0.1.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eef671ea756a92a604dee7b48e4b1b9a9dee5d7c3c65ff1322a1b738609b262 |
|
MD5 | 778ce2dcd33f73815a048ab5df6f7526 |
|
BLAKE2b-256 | 404c81ea9d1e940b1df96e4244f32f69dcbb36b73ba15b2a5d2df1ddf01a7a12 |
File details
Details for the file dupechecker-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: dupechecker-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85f1615f1c3b9d5bdf978dc006af3902e99902d25b5d98d6a7a2871eb413b6fd |
|
MD5 | 2cfc4eae79557d1dd5d8d574a954d3a4 |
|
BLAKE2b-256 | b3511f83404150724aa0f1d18f1d5ac0b50afa9228bb4dbf541e5e3911e1d11a |