{"id":22515473,"url":"https://github.com/kylesmith19091/grep_implementation","last_synced_at":"2025-08-27T14:30:23.079Z","repository":{"id":124213820,"uuid":"394573615","full_name":"KyleSmith19091/GREP_Implementation","owner":"KyleSmith19091","description":"Naive implementation of grep tool using the Boyer Moore String matching algorithm","archived":false,"fork":false,"pushed_at":"2021-08-12T11:35:20.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T03:41:28.946Z","etag":null,"topics":["boyer-moore-algorithm","cli","grep-like"],"latest_commit_sha":null,"homepage":"","language":"C++","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/KyleSmith19091.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":"2021-08-10T08:05:53.000Z","updated_at":"2022-01-12T15:24:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec0c813f-73eb-4470-b655-1f3cc5fb132b","html_url":"https://github.com/KyleSmith19091/GREP_Implementation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleSmith19091%2FGREP_Implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleSmith19091%2FGREP_Implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleSmith19091%2FGREP_Implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleSmith19091%2FGREP_Implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyleSmith19091","download_url":"https://codeload.github.com/KyleSmith19091/GREP_Implementation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245955429,"owners_count":20699906,"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":["boyer-moore-algorithm","cli","grep-like"],"created_at":"2024-12-07T03:32:41.795Z","updated_at":"2025-03-28T02:20:10.329Z","avatar_url":"https://github.com/KyleSmith19091.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GREP Implementation\n\nThis is a naive implementation of the GNU grep tool, it follows the same algorithm for the string matching which is the **Boyer Moore**\nstring matching algorithm. This is implmented using c++11.\n\n## How to Use?\n\n### Installation\n#### 1. First clone the repo\n```shell\n$ git clone https://github.com/sKorpion19091/GREP_Implementation.git\n```\n\n#### 2. Build it from source.\n\nThis project needs to be built from source. So make sure you have the *make* command available.\n\n```shell\n$ make\n```\n\nThis will then build a binary inside the build directory. \n\n#### 3. Usage\nSo we can run the program as follows: \n\n```shell\n$ ./build/main pattern \"this is a pattern matching string\"\n```\n\nThe output will look something like this:\n```shell\n$ this is a \"pattern\" matching string\n```\n**Note this will only work if ANSI colors are supported on your terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylesmith19091%2Fgrep_implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylesmith19091%2Fgrep_implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylesmith19091%2Fgrep_implementation/lists"}