{"id":18906670,"url":"https://github.com/valentinlibouton/find_duplicates","last_synced_at":"2026-03-05T15:30:19.157Z","repository":{"id":168714404,"uuid":"644355726","full_name":"ValentinLibouton/find_duplicates","owner":"ValentinLibouton","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-23T16:48:43.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T11:41:38.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ValentinLibouton.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-23T10:52:00.000Z","updated_at":"2023-05-23T12:27:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"82904221-fd40-4037-88bc-962f702cd70a","html_url":"https://github.com/ValentinLibouton/find_duplicates","commit_stats":null,"previous_names":["valentinlibouton/find_duplicates"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinLibouton%2Ffind_duplicates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinLibouton%2Ffind_duplicates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinLibouton%2Ffind_duplicates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinLibouton%2Ffind_duplicates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValentinLibouton","download_url":"https://codeload.github.com/ValentinLibouton/find_duplicates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239890384,"owners_count":19713957,"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-11-08T09:18:17.608Z","updated_at":"2026-03-05T15:30:19.095Z","avatar_url":"https://github.com/ValentinLibouton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Find Duplicates\n\nFind Duplicates is a command-line tool for searching and identifying duplicate files within a directory. It compares files based on their name and size and provides options to display the duplicate files or generate output in various formats.\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone git@github.com:ValentinLibouton/find_duplicates.git\n```\n2. Navigate to the project directory:\n```bash\ncd find_duplicates\n```\n3. Install the required dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nRun the script `find_duplicates.py` with the following command-line arguments:\n```bash\npython find_duplicates.py directory [output_type] [--duplicates]\n```\n- `directory` (required): The directory to search for duplicate files.\n- `output_type` (optional): The type of output. Supported options are \"terminal\", \"html\", and \"csv\". The default is \"terminal\".\n- `--duplicates` (optional): Display only duplicate files. If specified, the script will only show duplicate files; otherwise, it will display all files in the directory.\n\nExamples:\n\n- Search for duplicate files in a directory and display the results in the terminal:\n```bash\npython find_duplicates.py /path/to/directory\n```\n- Search for duplicate files in a directory and generate an HTML report:\n```bash\npython find_duplicates.py /path/to/directory html\n```\n- Search for duplicate files in a directory and generate a CSV file:\n```bash\npython find_duplicates.py /path/to/directory csv\n```\n- Search for duplicate files only and display the results in the terminal:\n```bash\npython find_duplicates.py /path/to/directory terminal --duplicates\n```\n\n## License\n\n- This project is licensed under **...**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinlibouton%2Ffind_duplicates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentinlibouton%2Ffind_duplicates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinlibouton%2Ffind_duplicates/lists"}