{"id":21092736,"url":"https://github.com/zakcutner/fastgrep","last_synced_at":"2026-03-13T22:30:54.204Z","repository":{"id":38331293,"uuid":"167004233","full_name":"zakcutner/fastgrep","owner":"zakcutner","description":":rocket: Grep, but FAST! Uses multi-threading to grep very large files","archived":false,"fork":false,"pushed_at":"2022-06-06T21:27:27.000Z","size":23,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-17T16:17:42.596Z","etag":null,"topics":["fast","grep","multithreading","rust","streaming"],"latest_commit_sha":null,"homepage":"","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/zakcutner.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}},"created_at":"2019-01-22T14:04:09.000Z","updated_at":"2024-01-03T16:29:09.000Z","dependencies_parsed_at":"2022-08-24T02:40:30.978Z","dependency_job_id":null,"html_url":"https://github.com/zakcutner/fastgrep","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakcutner%2Ffastgrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakcutner%2Ffastgrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakcutner%2Ffastgrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakcutner%2Ffastgrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakcutner","download_url":"https://codeload.github.com/zakcutner/fastgrep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225433527,"owners_count":17473598,"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":["fast","grep","multithreading","rust","streaming"],"created_at":"2024-11-19T21:58:31.604Z","updated_at":"2026-03-13T22:30:49.149Z","avatar_url":"https://github.com/zakcutner.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## fastgrep\n\n![Latest Release](https://img.shields.io/github/v/release/zakcutner/fastgrep)\n[![Build Status](https://travis-ci.com/zakcutner/fastgrep.svg?branch=master)](https://travis-ci.com/zakcutner/fastgrep)\n\n**:rocket: Grep, but _FAST_! Uses multi-threading to grep very large files**\n\n\n### Installation\n\n1. Run `cargo build --release` to build the binary.\n2. Execute binary at `./target/release/fastgrep`.\n3. Add to your `PATH` by running `cp target/release/fastgrep /usr/local/bin/`.\n\n\n### Usage\n\n```\nfastgrep 0.3.1\nZak Cutner (https://zakcutner.uk)\nGrep, but FAST! Uses multi-threading to grep very large files\n\nUSAGE:\n    fastgrep [FLAGS] [OPTIONS] \u003cPATTERN\u003e --jobs \u003cNUMBER\u003e --size \u003cNUMBER\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -r, --regex      Enables regular expression patterns\n    -V, --version    Prints version information\n\nOPTIONS:\n    -c, --colour=\u003cWHEN\u003e    Sets when the output should be coloured, can be `auto', `always' or `never'\n    -j, --jobs \u003cNUMBER\u003e    Sets number of jobs to run in parallel, must be at least one\n    -s, --size \u003cNUMBER\u003e    Sets number of lines to include in each job, must be at least one\n\nARGS:\n    \u003cPATTERN\u003e    Pattern to grep for within the given input\n```\n\n\n### Appendix\n\n- Requires Rust to be installed, can be obtained from [here](https://www.rust-lang.org/).\n- Greater job sizes will result in more lines being loaded into memory at once.\n- Please open an issue for any questions!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakcutner%2Ffastgrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakcutner%2Ffastgrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakcutner%2Ffastgrep/lists"}