{"id":19661566,"url":"https://github.com/junsious/dupfinder","last_synced_at":"2025-07-11T14:12:20.751Z","repository":{"id":259373648,"uuid":"875236079","full_name":"Junsious/DupFinder","owner":"Junsious","description":"A simple desktop application to search for duplicate files in a specified directory. This application uses SHA-256 hashing to identify duplicates and provides a user-friendly interface with progress tracking.","archived":false,"fork":false,"pushed_at":"2024-10-24T05:21:26.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T01:47:24.754Z","etag":null,"topics":["duplicate-detection","duplicate-files","files","filesfinder","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Junsious.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":"2024-10-19T12:58:01.000Z","updated_at":"2024-12-18T16:02:40.000Z","dependencies_parsed_at":"2024-10-24T23:26:51.997Z","dependency_job_id":"cf19f4ca-a4a0-43ae-b57b-511bd1573032","html_url":"https://github.com/Junsious/DupFinder","commit_stats":null,"previous_names":["junsious/dupfinder"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FDupFinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FDupFinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FDupFinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FDupFinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junsious","download_url":"https://codeload.github.com/Junsious/DupFinder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240970215,"owners_count":19886526,"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":["duplicate-detection","duplicate-files","files","filesfinder","rust"],"created_at":"2024-11-11T16:07:38.134Z","updated_at":"2025-02-27T03:17:35.802Z","avatar_url":"https://github.com/Junsious.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Duplicate Finder\n\nA simple desktop application to search for duplicate files in a specified directory. This application uses SHA-256 hashing to identify duplicates and provides a user-friendly interface with progress tracking.\n\n## Features\n\n- **Directory Selection**: Easily choose the directory you want to scan for duplicate files.\n- **Progress Tracking**: A visual progress bar indicating the scanning progress.\n- **Duplicate Detection**: Identifies files with identical content using SHA-256 hashes.\n- **Cancel Scanning**: Ability to stop the scanning process at any time.\n\n## Requirements\n\n- **Rust**: Ensure you have the latest version of Rust installed. You can download it from [rust-lang.org](https://www.rust-lang.org/).\n- **Cargo**: Cargo is the Rust package manager and is included with Rust installation.\n- **Dependencies**: This application uses several external crates. They will be installed automatically with Cargo. The required crates include:\n  - `eframe`: For creating the graphical user interface.\n  - `egui`: For building responsive user interfaces.\n  - `rfd`: For file dialog support.\n  - `rayon`: For data parallelism and concurrent processing.\n  - `sha2`: For computing SHA-256 hashes.\n  - `walkdir`: For recursively walking through directories.\n \n## Installation and Running\n\n### Requirements\n\n- **Rust**: Make sure you have [Rust](https://www.rust-lang.org/) installed (you can install it via [rustup](https://rustup.rs/)).\n\n### Steps to Run\n\n1. Clone the repository to your computer:\n\n    ```bash\n    git clone https://github.com/Junsious/DupFinder.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd DupFinder\n    ```\n\n3. Build and run the program:\n\n    ```bash\n    cargo run --release\n    ```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n## Contributors\n\nIf you would like to make changes or improvements to the project, feel free to create pull requests or open issues.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunsious%2Fdupfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunsious%2Fdupfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunsious%2Fdupfinder/lists"}