{"id":16653630,"url":"https://github.com/norm/duplicates","last_synced_at":"2025-03-12T17:41:08.961Z","repository":{"id":18242017,"uuid":"21390226","full_name":"norm/duplicates","owner":"norm","description":"Yet another duplicated file finder","archived":false,"fork":false,"pushed_at":"2014-08-10T23:20:09.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T10:32:50.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/norm.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-01T14:15:31.000Z","updated_at":"2021-04-04T08:30:41.000Z","dependencies_parsed_at":"2022-08-04T23:16:15.084Z","dependency_job_id":null,"html_url":"https://github.com/norm/duplicates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fduplicates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fduplicates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fduplicates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norm%2Fduplicates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norm","download_url":"https://codeload.github.com/norm/duplicates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243266771,"owners_count":20263797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T09:46:07.853Z","updated_at":"2025-03-12T17:41:08.941Z","avatar_url":"https://github.com/norm.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"duplicates\n==========\n\nYet another duplicated file finder. You probably don't want to use it, as\nit requires redis, various perl libraries, isn't documented, and isn't\nparticularly featureful.\n\nInstallation\n------------\n\n    # On a mac with homebrew:\n    brew install redis cpanminus\n\n    # On debian/ubuntu\n    sudo apt-get install -y redis cpanminus\n\n    # Either, install the perl modules.\n    sudo cpanm Modern::Perl Digest::SHA1 File::Next Number::Bytes::Human Redis Try::Tiny\n\nUsage\n-----\n\n* `duplicates scan [-v] [\u003cdir\u003e ...]`\n\nLooks for duplicate files in `dir`s. Defaults to current directory.\n\n* `duplicates list [\u003cdir\u003e ...]`\n\nLists files in `dir`s that have duplicates elsewhere. Defaults to\ncurrent directory.\n\n* `duplicates list [-v] -a`\n\nList all registered matches. Use \"-v\" to verbosely list the SHA1 and\ngroup matches rather than just listing filenames.\n\n* `duplicates matches [-v] \u003cfile\u003e [...]`\n\nLists the duplicates of `file`s. Use \"-v\" to verbosely list the SHA1\nand group matches rather than just listing filenames.\n\n* `duplicates delete [-v] \u003cdir\u003e [...]`\n\nDeletes any files within `dir`s that have duplicates elsewhere. Will\nre-read the content of duplicate files before deleting to confirm\nthey are still duplicates.\n\n* `duplicates delete-others [-v] \u003cdir\u003e [...]`\n\nDeletes any files that are duplicates of those within `dir`s. Will\nre-read the content of duplicate files before deleting to confirm\nthey are still duplicates.\n\n* `duplicates rescan [-v] [\u003cdir\u003e ...]`\n\nRe-reads all registered duplicate files (optionally only within\n`dir`s) to confirm they are still duplicates. Defaults to re-reading\nall registered files.\n\n* `duplicates stats [-v]`\n\nPrint some information about the duplicate files. Use \"-v\" to list\nthe top 10 duplicates (in terms of file size).\n\n* `duplicates wipe`\n\nRemoves all information stored in redis.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fduplicates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorm%2Fduplicates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorm%2Fduplicates/lists"}