{"id":13344069,"url":"https://github.com/joachimschmidt557/zigfd","last_synced_at":"2025-03-27T23:42:53.302Z","repository":{"id":44460525,"uuid":"190810574","full_name":"joachimschmidt557/zigfd","owner":"joachimschmidt557","description":"[WIP] Recursively find files and directories with a regex pattern","archived":false,"fork":false,"pushed_at":"2023-05-06T08:37:08.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T01:44:48.414Z","etag":null,"topics":["zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/joachimschmidt557.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":"2019-06-07T21:25:11.000Z","updated_at":"2022-03-23T07:52:58.000Z","dependencies_parsed_at":"2024-10-19T01:07:32.527Z","dependency_job_id":null,"html_url":"https://github.com/joachimschmidt557/zigfd","commit_stats":{"total_commits":97,"total_committers":1,"mean_commits":97.0,"dds":0.0,"last_synced_commit":"71147966a0484151b70f1e910baad80783c229d7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joachimschmidt557%2Fzigfd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joachimschmidt557%2Fzigfd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joachimschmidt557%2Fzigfd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joachimschmidt557%2Fzigfd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joachimschmidt557","download_url":"https://codeload.github.com/joachimschmidt557/zigfd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944063,"owners_count":20697948,"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":["zig"],"created_at":"2024-07-29T19:32:20.080Z","updated_at":"2025-03-27T23:42:53.281Z","avatar_url":"https://github.com/joachimschmidt557.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zigfd\n\nRecursively find files and directories with a regex pattern. Inspired\nby [fd](https://github.com/sharkdp/fd).\n\n## ToDo\n\n- [ ] Ability to ignore files (needed in `zig-walkdir`)\n- [x] Execution of commands to run on search results\n- [ ] Case (in)sensitive searches\n- [ ] Exclude entries\n- [ ] Follow symlinks\n- [ ] Glob search\n\n## Dependencies\n\nUntil `zig` has a package manager, this project will use Git\nsubmodules to manage dependencies.\n\n- [zig-walkdir](https://github.com/joachimschmidt557/zig-walkdir)\n- [zig-regex](https://github.com/tiehuis/zig-regex)\n- [zig-lscolors](https://github.com/ziglibs/lscolors)\n- [zig-clap](https://github.com/Hejsil/zig-clap)\n\n## Installation\n\n```shell\n$ git clone --recurse-submodules https://github.com/joachimschmidt557/zigfd\n$ cd zigfd\n$ zig build\n```\n\n## Command-line options\n\n```\n\t-h, --help                     \tDisplay this help and exit.\n\t-v, --version                  \tDisplay version info and exit.\n\t-H, --hidden                   \tInclude hidden files and directories\n\t-p, --full-path                \tMatch the pattern against the full path instead of the file name\n\t-0, --print0                   \tSeparate search results with a null character\n\t   --show-errors              \tShow errors which were encountered during searching\n\t-d, --max-depth \u003cNUM\u003e          \tSet a limit for the depth\n\t-t, --type \u003ctype\u003e...           \tFilter by entry type\n\t-e, --extension \u003cext\u003e...       \tAdditionally filter by a file extension\n\t-c, --color \u003cauto|always|never\u003e\tDeclare when to use colored output\n\t-x, --exec                     \tExecute a command for each search result\n\t-X, --exec-batch               \tExecute a command with all search results at once\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoachimschmidt557%2Fzigfd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoachimschmidt557%2Fzigfd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoachimschmidt557%2Fzigfd/lists"}