{"id":17185790,"url":"https://github.com/r-darwish/dupfiles-cpp","last_synced_at":"2025-03-25T03:48:00.921Z","repository":{"id":78363379,"uuid":"41745455","full_name":"r-darwish/dupfiles-cpp","owner":"r-darwish","description":"Find duplicate files","archived":false,"fork":false,"pushed_at":"2018-02-05T18:48:55.000Z","size":49,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T04:26:14.665Z","etag":null,"topics":["boost","cpp","cpp11","duplicates"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-darwish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-01T15:03:42.000Z","updated_at":"2018-02-05T18:55:58.000Z","dependencies_parsed_at":"2023-05-26T14:00:18.849Z","dependency_job_id":null,"html_url":"https://github.com/r-darwish/dupfiles-cpp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-darwish%2Fdupfiles-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-darwish%2Fdupfiles-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-darwish%2Fdupfiles-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-darwish%2Fdupfiles-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-darwish","download_url":"https://codeload.github.com/r-darwish/dupfiles-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245394786,"owners_count":20608123,"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":["boost","cpp","cpp11","duplicates"],"created_at":"2024-10-15T00:48:54.778Z","updated_at":"2025-03-25T03:48:00.903Z","avatar_url":"https://github.com/r-darwish.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://ci.appveyor.com/api/projects/status/github/r-darwish/dupfiles-cpp?svg=true)](https://ci.appveyor.com/project/r-darwish/dupfiles-cpp)\n\n# Dupfiles\nThe purpose of this application is to find duplicate files inside a given directory. It does this by\nstoring file names in buckets of (size, SHA1). Files that have the same SHA1 result and size are\nassumed to be identical.\n\nI'm not an expert in hashing and cannot tell the probability of different\nfiles that have the same hash and size. I don't compare the file content in case of a hash match so\nuse the results of this tool with care. In any case, this tool does not alter your files, it only\nsuggests which of them are duplicate.\n\nThe tool was built for Windows users which are not familiar with the command line. Thus, despite\nhaving no GUI, it is designed to be dropped at the directory which the user wishes to check and then\ninvoked by double clicking on it. It will place a text file called `Duplicate Files.txt` that stores\nits result.\n\nThe tool uses memory map to hash the files, and so it might fail indexing large files when built for\n32-bit platforms.\n\nDependencies are installed using the [Conan](https://www.conan.io/) package manager and the project\nis built using CMake.\n\n# LICENSE\nGNU General Public License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-darwish%2Fdupfiles-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-darwish%2Fdupfiles-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-darwish%2Fdupfiles-cpp/lists"}