{"id":20884361,"url":"https://github.com/dahead/dupefiles","last_synced_at":"2026-05-23T05:34:36.220Z","repository":{"id":38048924,"uuid":"212611417","full_name":"dahead/DupeFiles","owner":"dahead","description":"Dupe Files scans your disks for duplicate files.","archived":false,"fork":false,"pushed_at":"2022-12-08T09:07:53.000Z","size":689,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T10:42:23.747Z","etag":null,"topics":["csharp","deduplication","dotnet-core","duplicate-detection","duplicate-files","duplicatefilefinder"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/dahead.png","metadata":{"files":{"readme":"README.md","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":"2019-10-03T15:17:21.000Z","updated_at":"2023-09-08T17:58:40.000Z","dependencies_parsed_at":"2023-01-25T09:45:10.892Z","dependency_job_id":null,"html_url":"https://github.com/dahead/DupeFiles","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/dahead%2FDupeFiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahead%2FDupeFiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahead%2FDupeFiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahead%2FDupeFiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dahead","download_url":"https://codeload.github.com/dahead/DupeFiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243267135,"owners_count":20263798,"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":["csharp","deduplication","dotnet-core","duplicate-detection","duplicate-files","duplicatefilefinder"],"created_at":"2024-11-18T08:09:47.048Z","updated_at":"2025-12-27T08:31:08.954Z","avatar_url":"https://github.com/dahead.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DupeFiles\r\nDupeFiles scans your file system for duplicate files.\r\nDupeFiles is a csharp dotnet core application which runs under windows, linux and probably osx.\r\n\r\nDupeFiles checks files for for file size, hash and finally binary.\r\n\r\n![DupeFiles GIF](https://raw.githubusercontent.com/dahead/DupeFiles/master/DupeFiles.gif)\r\n\r\n### Short demo\r\n```\r\n// Show help\r\ndupefiles.exe --help\r\n\r\n// Add a folder to the index\r\ndupefiles.exe add --path /folder/to/add\r\n\r\n// Scan the index for duplicates\r\ndupefiles.exe scan\r\n\r\n// Remove duplicate files\r\ndupefiles.exe clean\r\n\r\n// Purge index of non existant files\r\ndupefiles.exe purge\r\n\r\n// Remove all items from the index which contain the string \"-copy\"\r\ndupefiles.exe remove --pattern \"-copy\"\r\n```\r\n\r\n### Quick demo\r\nThis adds, scans and cleans directory all in one run:\r\n```\r\nquick --path /folder/to/scan\r\n```\r\n\r\n### Todos\r\n- Integrate the \"analyze\" option/feature\r\n- Remove dupes after deletion/moving... from DupeGroupList\r\n\r\n### Version history\r\n- 1.3 (4/21/2021)\r\n    - New option: analyze\r\n    - Better dupe handling\r\n    - Better output\r\n    - Loading and saving of the found duplicate file information\r\n    - Easy removing of found duplicates\r\n- 1.2.1 (4/15/2021)\r\n    - Two new output types: XML and Text\r\n    - Cancel current action with ctrl-c\r\n- 1.2.0 (07/06/2020)\r\n    - New scan option \"output\" for storing the found duplicate file information.\r\n    - Removed some errors when rescanning folders with new files which wheren't previously scanned.\r\n    - Correctly print out found duplicates.\r\n    - New type of how DupeFiles stores its duplicate files inside the memory.\r\n    - Duplicates are now shown in red.\r\n    - Redone displaying hashsum calculation.\r\n    - Removed a lot of unnecessary log outputs.\r\n    - Removed unnecessary file information from the index.\r\n    - Renamed options (idscan -\u003e scan, idplus -\u003e add, ...)\r\n    - Removed the option \"info\". Instead information about the scan is shown after the scan is done.\r\n    - MaxFileInfo is now the default value of Long.MaxValue.\r\n- 1.1.1\r\n    - Remove option to remove certain items from the index\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahead%2Fdupefiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahead%2Fdupefiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahead%2Fdupefiles/lists"}