{"id":25842779,"url":"https://github.com/nir3x/hardlinkdeduplicator","last_synced_at":"2026-06-10T11:31:30.711Z","repository":{"id":220975886,"uuid":"752383141","full_name":"NIR3X/hardlinkdeduplicator","owner":"NIR3X","description":"HardLink Deduplicator - Detect and Manage Duplicate Files with Hard Links","archived":false,"fork":false,"pushed_at":"2024-02-16T04:13:39.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T07:59:49.620Z","etag":null,"topics":["command-line-tool","deduplication","duplicate-files","file-management","go","golang","hardlink","ntfs","storage-tools"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NIR3X.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-02-03T19:12:50.000Z","updated_at":"2024-02-05T13:16:50.000Z","dependencies_parsed_at":"2024-02-16T05:22:52.355Z","dependency_job_id":null,"html_url":"https://github.com/NIR3X/hardlinkdeduplicator","commit_stats":null,"previous_names":["nir3x/hardlinkdeduplicator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NIR3X/hardlinkdeduplicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2Fhardlinkdeduplicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2Fhardlinkdeduplicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2Fhardlinkdeduplicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2Fhardlinkdeduplicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NIR3X","download_url":"https://codeload.github.com/NIR3X/hardlinkdeduplicator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NIR3X%2Fhardlinkdeduplicator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["command-line-tool","deduplication","duplicate-files","file-management","go","golang","hardlink","ntfs","storage-tools"],"created_at":"2025-03-01T06:31:59.977Z","updated_at":"2026-06-10T11:31:30.695Z","avatar_url":"https://github.com/NIR3X.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HardLink Deduplicator - Detect and Manage Duplicate Files with Hard Links\n\n## Overview\n\nHardLink Deduplicator is a tool for detecting and managing duplicate files on your system by utilizing hard links. It helps in reducing storage space usage by creating hard links between identical files.\n\n## Features\n\n- Detect and report duplicate files.\n- Deduplicate files by creating hard links.\n- Option to keep only one extra copy of the file or remove all duplicates.\n- Minimum file size setting to consider for deduplication.\n\n## Installation\n\n### Prerequisites\n\n- Supported operating systems: Windows\n- Go version 1.14 or higher\n\n### Installation Steps\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/NIR3X/hardlinkdeduplicator\n```\n\n2. Change to the project directory:\n\n```bash\ncd hardlinkdeduplicator\n```\n\n3. Build the project:\n\n```bash\ngo build -o hardlinkdeduplicator.exe .\\cmd\\hardlinkdeduplicator\n```\n\n4. Run the executable:\n\n```bash\n.\\hardlinkdeduplicator -h\n```\n\n## Usage\n\n```bash\n.\\hardlinkdeduplicator [options] path\n```\n\n## Options\n\n* `-a`: Remove all duplicates (default is to keep one extra copy of the file).\n* `-d`: Deduplicate files (not just report duplicates).\n* `-s`: Minimum file size to consider for deduplication (in bytes).\n* `-v`: Verbose output.\n\n## Example\n\n```bash\n.\\hardlinkdeduplicator -a -d -s 1024 -v C:\\Path\\To\\Directory\n```\n\n## License\n\n[![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.html)\n\nThis program is Free Software: You can use, study share and improve it at your\nwill. Specifically you can redistribute and/or modify it under the terms of the\n[GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html) as\npublished by the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnir3x%2Fhardlinkdeduplicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnir3x%2Fhardlinkdeduplicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnir3x%2Fhardlinkdeduplicator/lists"}