Skip to main content

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] [-d] [-ad] [-ns] [path]

positional arguments:
  path                The path to compare files in.

options:
  -h, --help          show this help message and exit
  -r, --recursive     Glob files to compare recursively.
  -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-0.1.0.tar.gz (38.0 kB view hashes)

Uploaded Source

Built Distribution

dupechecker-0.1.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page