{"id":48540622,"url":"https://github.com/ndxdeveloper/filefind","last_synced_at":"2026-04-08T04:02:49.466Z","repository":{"id":264439027,"uuid":"893376120","full_name":"NDXDeveloper/FileFind","owner":"NDXDeveloper","description":"FileFind - Advanced File Search Utility designed to efficiently locate files and directories based on a wide range of criteria, including name patterns, size, attributes, content, and timestamps.","archived":false,"fork":false,"pushed_at":"2025-07-14T18:35:05.000Z","size":12974,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T18:40:00.898Z","etag":null,"topics":["content-search","cross-platform","desktop-application","file-explorer","file-finder","file-management","file-navigation","file-search","file-utility","fpc","gplv3","lazarus","open-source","pascal","pattern-matching","search-tool","search-utility","text-search","wildcard-searches"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NDXDeveloper.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":"2024-11-24T09:26:29.000Z","updated_at":"2025-07-14T18:35:09.000Z","dependencies_parsed_at":"2024-11-24T10:38:28.553Z","dependency_job_id":null,"html_url":"https://github.com/NDXDeveloper/FileFind","commit_stats":null,"previous_names":["ndxdeveloper/filefind"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/NDXDeveloper/FileFind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2FFileFind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2FFileFind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2FFileFind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2FFileFind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NDXDeveloper","download_url":"https://codeload.github.com/NDXDeveloper/FileFind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NDXDeveloper%2FFileFind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31539230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":["content-search","cross-platform","desktop-application","file-explorer","file-finder","file-management","file-navigation","file-search","file-utility","fpc","gplv3","lazarus","open-source","pascal","pattern-matching","search-tool","search-utility","text-search","wildcard-searches"],"created_at":"2026-04-08T04:02:37.979Z","updated_at":"2026-04-08T04:02:49.458Z","avatar_url":"https://github.com/NDXDeveloper.png","language":"Pascal","readme":" \n\n# FileFind\n\n**FileFind** is an advanced file search utility designed to efficiently locate files and directories based on a wide range of criteria, including name patterns, size, attributes, content, and timestamps.\n\n🚀 Lightweight, intuitive, and blazing fast!\n\n\n---\n\n## Features\n\n- **Comprehensive Search Options:**\n  - Search by name patterns with wildcards (`*`, `?`).\n  - Filter by file size, type, or attributes (e.g., hidden, read-only).\n  - Specify date ranges for creation, modification, or last access times.\n\n- **Content Search:**\n  - Locate files containing specific phrases or words.\n  - Case-sensitive and whole-word matching.\n  - Negate results to exclude specific content.\n\n- **Advanced Filters:**\n  - Exclude or include specific file types or directories.\n  - Recursive search in subdirectories.\n\n- **Cross-Platform Compatibility:**\n  - Runs seamlessly on **Windows**, **Linux**, and **macOS**.\n\n- **Intuitive User Interface:**\n  - Clean and organized tabs for easy navigation.\n  - Real-time status updates with progress indicators.\n\n---\n\n## Installation\n\nYou can install **FileFind** via different methods depending on your platform.\n\n### Precompiled Binaries\nDownload the latest release from the [Releases Page](https://github.com/NDXDeveloper/FileFind/releases).\n\n- **Windows:** Download and run the `FileFind-Setup.exe` installer.\n- **Linux:** Install the `.deb` or `.rpm` package using your package manager.\n- **macOS:** Use the `.dmg` file to install FileFind.\n\nSee [INSTALL.md](INSTALL.md) for detailed instructions.\n\n### From Source\nClone the repository and build **FileFind** using the **Free Pascal Compiler (FPC)** or **Lazarus IDE**:\n\n```bash\ngit clone https://github.com/NDXDeveloper/FileFind.git\ncd FileFind\nfpc filefind.lpr\n```\n\n---\n\n## Usage\n\n1. Launch **FileFind** from your applications menu or terminal.\n2. Select a folder to search in.\n3. Define your criteria:\n   - File name pattern (`*.txt`, `report?.docx`, etc.).\n   - Content search phrase (optional).\n   - Filters for size, date, and attributes.\n4. Click **Start Search** and watch results appear in real-time.\n5. Double-click results to open files or their locations.\n\nFor advanced tips, check out the [USAGE.md](USAGE.md) file.\n\n---\n\n## Screenshots\n\n### Search Interface\n\n![FileFind Screenshot](docs/images/Screenshot_20241124_112312.png)\n\n\n---\n\n## Contributing\n\nWe welcome contributions from the community! Here's how you can help:\n\n1. **Report Issues:** Found a bug? Open an issue [here](https://github.com/NDXDeveloper/FileFind/issues).\n2. **Submit Features:** Suggest new features or enhancements.\n3. **Fork and Code:** Clone the repository, make your changes, and submit a pull request.\n\n---\n\n## License\n\nThis project is licensed under the **GNU General Public License v3 (GPLv3)**. For details, see the [LICENSE](LICENSE) file.\n\n---\n\n## Support\n\nHave questions or need help? Reach out via:\n- [GitHub Issues](https://github.com/NDXDeveloper/FileFind/issues)\n- [SoftForges Website](https://SoftForges.com)\n\n---\n\n## Acknowledgments\n\nSpecial thanks to:\n- The **Free Pascal** and **Lazarus IDE** communities for their incredible tools.\n- Open-source contributors who make projects like this possible.\n\n---\n\nReady to make your file searches faster and easier? Try **FileFind** today! 🚀 .\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndxdeveloper%2Ffilefind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndxdeveloper%2Ffilefind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndxdeveloper%2Ffilefind/lists"}