{"id":18593996,"url":"https://github.com/prophetru/duplicatefilefinder","last_synced_at":"2025-05-16T11:09:09.006Z","repository":{"id":230388150,"uuid":"779240576","full_name":"ProphetRu/DuplicateFileFinder","owner":"ProphetRu","description":"Educational project","archived":false,"fork":false,"pushed_at":"2024-03-29T11:48:15.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T22:34:44.657Z","etag":null,"topics":["boost","cmake","concept","cpp","cpp20","cpp23","crc32","doxygen","filesystem","gtest","md5","otus","programoptions","regex"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProphetRu.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}},"created_at":"2024-03-29T11:12:52.000Z","updated_at":"2024-03-29T11:37:48.000Z","dependencies_parsed_at":"2024-04-01T09:46:28.272Z","dependency_job_id":null,"html_url":"https://github.com/ProphetRu/DuplicateFileFinder","commit_stats":null,"previous_names":["prophetru/duplicatefilefinder"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FDuplicateFileFinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FDuplicateFileFinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FDuplicateFileFinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetRu%2FDuplicateFileFinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProphetRu","download_url":"https://codeload.github.com/ProphetRu/DuplicateFileFinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518400,"owners_count":22084376,"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","cmake","concept","cpp","cpp20","cpp23","crc32","doxygen","filesystem","gtest","md5","otus","programoptions","regex"],"created_at":"2024-11-07T01:14:16.385Z","updated_at":"2025-05-16T11:09:03.997Z","avatar_url":"https://github.com/ProphetRu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Duplicate File Finder\nEducational project with [googletest](https://github.com/google/googletest), [doxygen](https://github.com/doxygen/doxygen) and [boost](https://github.com/boostorg)\n\n## Build local Linux\n```shell\nsudo apt-get update \u0026\u0026 sudo apt-get install cmake libgtest-dev libboost-all-dev libboost-regex-dev -y\n\ncd DuplicateFileFinder\nmkdir build \u0026\u0026 cd build\n\ncmake ..\n\n# build release\ncmake --build . --config Release\n\n# build deb-package\ncmake --build . --target package\n```\n\n## Build local Windows\n```shell\nvcpkg install gtest boost-program-options boost-filesystem boost-uuid boost-crc boost-regex\nvcpkg integrate install\n\ncd DuplicateFileFinder\nmkdir build \u0026\u0026 cd build\n\ncmake .. -DCMAKE_TOOLCHAIN_FILE=\"path/to/vcpkg/scripts/buildsystems/vcpkg.cmake\"\n\n# build release\ncmake --build . --config Release\n```\n\n## Arguments\nThe program searches for duplicate files in specified directories.\nThe program takes the following arguments:\n* `--help` - Produce help message.\n* `--directories` or `-D` - Directories to scan.\n* `--exclude` or `-E` - Directories to exclude from finding.\n* `--deep-scan` - `1` to including subdirectories, `0` to search only in the specified directory.\n* `--min-file-size` or `-F` - Minimum file size in bytes that will included when searching.\n* `--file-mask` or `-M` - File search mask, supports regular expressions.\n* `--block-size` or `-S` - Block size for reading files.\n* `--hashing-type` or `-H` - Hashing type `1` to md5, `0` to crc32.\n\nExample:\n```shell\nDuplicateFileFinder -D /some/path -E exclude_dir --deep-scan 1 -F 4 -S 6 -H 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprophetru%2Fduplicatefilefinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprophetru%2Fduplicatefilefinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprophetru%2Fduplicatefilefinder/lists"}