{"id":22188634,"url":"https://github.com/vonr/grepox","last_synced_at":"2025-06-13T00:07:38.581Z","repository":{"id":62439786,"uuid":"474572151","full_name":"Vonr/grepox","owner":"Vonr","description":"Minimalist's grep written in Rust, inspired by ripgrep.","archived":false,"fork":false,"pushed_at":"2023-11-16T05:57:12.000Z","size":92,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T11:12:51.599Z","etag":null,"topics":["grep","minimal","rewrite","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vonr.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":"2022-03-27T07:59:21.000Z","updated_at":"2022-08-12T00:56:53.000Z","dependencies_parsed_at":"2023-11-16T06:42:32.950Z","dependency_job_id":null,"html_url":"https://github.com/Vonr/grepox","commit_stats":{"total_commits":85,"total_committers":2,"mean_commits":42.5,"dds":0.0117647058823529,"last_synced_commit":"21c2902095319aab2fec65960413401beb6284ca"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vonr/grepox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonr%2Fgrepox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonr%2Fgrepox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonr%2Fgrepox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonr%2Fgrepox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vonr","download_url":"https://codeload.github.com/Vonr/grepox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vonr%2Fgrepox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553129,"owners_count":22875610,"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":["grep","minimal","rewrite","rust"],"created_at":"2024-12-02T11:11:47.600Z","updated_at":"2025-06-13T00:07:38.561Z","avatar_url":"https://github.com/Vonr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grepox\n[![Crates.io](https://img.shields.io/crates/v/grepox)](https://crates.io/crates/grepox)\n\n### Minimalist's grep written in Rust, inspired by ripgrep.\n\n### Disclaimer\n\nThis project was made as a learning project.\n\nThat being said, I do try my best to make the code as good as I know about and may occasionally revisit with optimizations.\n\nHowever, it is unlikely that large feature updates are made.\n\n### Usage\n```\nUsage: grepox [OPTION]... QUERY [FILES]...\nSearch for QUERY in FILES.\nExample:\n    # Finds the phrase 'hello world' case-insensitively in file1.txt\n    # and file2.txt and prints matches in color\n    grepox -ci 'hello world' file1.txt file2.txt\n\nOptions:\n-i          Ignore case distinctions in QUERY\n-n          Print line number with output lines\n-v          Invert match: select non-matching lines\n-F          String searching, disables regex\n-x          Only match whole lines, only works with -F\n-w          Only match whole words, only works with -F\n-U          No unicode, can speed up regular expressions\n-m=\u003cNUM\u003e    Stop after NUM matches\n-c          Colorizes output\n-h          Print this help and exit\n```\n\n### Features\n+ Regex support\n+ Reads from stdin so users can pipe programs' outputs into it (e.g. `seq 10000 | grepox '^\\d{1,3}$'`)\n+ Customizable using command flags\n+ Colors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonr%2Fgrepox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvonr%2Fgrepox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonr%2Fgrepox/lists"}