dupechecker


Namedupechecker JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryCheck for and delete duplicate files from the command line.
upload_time2023-07-02 18:59:15
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords cli filecmp filesystem
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dupechecker

Check for and delete duplicate files from the command line.

## Installation

Install with:

<pre>
pip install dupechecker
</pre>



## Usage

<pre>
>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.
</pre>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dupechecker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "cli,filecmp,filesystem",
    "author": "",
    "author_email": "Matt Manes <mattmanes@pm.me>",
    "download_url": "https://files.pythonhosted.org/packages/40/4c/81ea9d1e940b1df96e4244f32f69dcbb36b73ba15b2a5d2df1ddf01a7a12/dupechecker-1.0.1.tar.gz",
    "platform": null,
    "description": "# dupechecker\n\nCheck for and delete duplicate files from the command line.\n\n## Installation\n\nInstall with:\n\n<pre>\npip install dupechecker\n</pre>\n\n\n\n## Usage\n\n<pre>\n>dupechecker -h\n\nusage: dupechecker [-h] [-r] [-i [IGNORES ...]] [-d] [-ad] [-ns] [paths ...]\n\npositional arguments:\n  paths                 The paths to compare files in.\n\noptions:\n  -h, --help            show this help message and exit\n  -r, --recursive       Glob files to compare recursively.\n  -i [IGNORES ...], --ignores [IGNORES ...]\n                        Ignore files matching these patterns. e.g. `dupechecker -i *.wav` will compare all files in the current working directory except .wav files.\n  -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.\n  -ad, --autodelete     Automatically decide which file to keep and which to delete from each set of duplicate files instead of asking which to keep.\n  -ns, --no_show        Don't show printout of matching files.\n</pre>\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Check for and delete duplicate files from the command line.",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://github.com/matt-manes/dupechecker/tree/main/docs",
        "Homepage": "https://github.com/matt-manes/dupechecker",
        "Source code": "https://github.com/matt-manes/dupechecker/tree/main/src/dupechecker"
    },
    "split_keywords": [
        "cli",
        "filecmp",
        "filesystem"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3511f83404150724aa0f1d18f1d5ac0b50afa9228bb4dbf541e5e3911e1d11a",
                "md5": "2cfc4eae79557d1dd5d8d574a954d3a4",
                "sha256": "85f1615f1c3b9d5bdf978dc006af3902e99902d25b5d98d6a7a2871eb413b6fd"
            },
            "downloads": -1,
            "filename": "dupechecker-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cfc4eae79557d1dd5d8d574a954d3a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4992,
            "upload_time": "2023-07-02T18:59:14",
            "upload_time_iso_8601": "2023-07-02T18:59:14.185859Z",
            "url": "https://files.pythonhosted.org/packages/b3/51/1f83404150724aa0f1d18f1d5ac0b50afa9228bb4dbf541e5e3911e1d11a/dupechecker-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "404c81ea9d1e940b1df96e4244f32f69dcbb36b73ba15b2a5d2df1ddf01a7a12",
                "md5": "778ce2dcd33f73815a048ab5df6f7526",
                "sha256": "5eef671ea756a92a604dee7b48e4b1b9a9dee5d7c3c65ff1322a1b738609b262"
            },
            "downloads": -1,
            "filename": "dupechecker-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "778ce2dcd33f73815a048ab5df6f7526",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 41412,
            "upload_time": "2023-07-02T18:59:15",
            "upload_time_iso_8601": "2023-07-02T18:59:15.856328Z",
            "url": "https://files.pythonhosted.org/packages/40/4c/81ea9d1e940b1df96e4244f32f69dcbb36b73ba15b2a5d2df1ddf01a7a12/dupechecker-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-02 18:59:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "matt-manes",
    "github_project": "dupechecker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dupechecker"
}
        
Elapsed time: 0.09160s