{"id":51081510,"url":"https://github.com/santhsecurity/walkkit","last_synced_at":"2026-06-23T18:32:54.226Z","repository":{"id":362532395,"uuid":"1259514253","full_name":"santhsecurity/walkkit","owner":"santhsecurity","description":"Parallel filesystem walker with ignore-aware traversal and bounded work queues","archived":false,"fork":false,"pushed_at":"2026-06-04T15:36:33.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T17:17:19.900Z","etag":null,"topics":["filesystem","ignore","parallel","rust","traversal","walker"],"latest_commit_sha":null,"homepage":"https://santh.dev","language":"Rust","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/santhsecurity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T15:27:28.000Z","updated_at":"2026-06-04T15:36:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/santhsecurity/walkkit","commit_stats":null,"previous_names":["santhsecurity/walkkit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/santhsecurity/walkkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fwalkkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fwalkkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fwalkkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fwalkkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santhsecurity","download_url":"https://codeload.github.com/santhsecurity/walkkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhsecurity%2Fwalkkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34702913,"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-23T02:00:07.161Z","response_time":65,"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":["filesystem","ignore","parallel","rust","traversal","walker"],"created_at":"2026-06-23T18:32:53.276Z","updated_at":"2026-06-23T18:32:54.222Z","avatar_url":"https://github.com/santhsecurity.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# walkkit\n\nParallel file discovery with filtering, sorting, and depth control.\n\n## Quick Start\n\n```rust\nuse walkkit::Walker;\n\nlet files: Vec\u003c_\u003e = Walker::new()\n    .add_root(\"./src\")\n    .with_parallelism(4)\n    .respect_gitignore(true)\n    .skip_binary(true)\n    .walk()\n    .collect();\n```\n\n## Features\n\n- Parallel multi-threaded walking\n- Glob include/exclude filtering\n- Inode sorting for sequential disk access\n- .gitignore support (skips .git directories)\n- Binary file detection (NUL byte check)\n- Depth limiting\n- Symlink cycle detection\n- Extension and size filters\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthsecurity%2Fwalkkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanthsecurity%2Fwalkkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthsecurity%2Fwalkkit/lists"}