{"id":16406228,"url":"https://github.com/itchyny/vim-grep","last_synced_at":"2025-09-11T12:40:34.007Z","repository":{"id":66149713,"uuid":"95292750","full_name":"itchyny/vim-grep","owner":"itchyny","description":"The only grep in Vim that I need...","archived":false,"fork":false,"pushed_at":"2025-05-20T13:14:28.000Z","size":22,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T19:55:56.889Z","etag":null,"topics":["vim","vim-plugin","vim-script"],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","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/itchyny.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,"zenodo":null},"funding":{"github":"itchyny"}},"created_at":"2017-06-24T11:10:46.000Z","updated_at":"2025-05-20T13:14:31.000Z","dependencies_parsed_at":"2025-07-21T19:52:01.405Z","dependency_job_id":null,"html_url":"https://github.com/itchyny/vim-grep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itchyny/vim-grep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchyny%2Fvim-grep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchyny%2Fvim-grep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchyny%2Fvim-grep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchyny%2Fvim-grep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itchyny","download_url":"https://codeload.github.com/itchyny/vim-grep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchyny%2Fvim-grep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274636570,"owners_count":25322202,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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":["vim","vim-plugin","vim-script"],"created_at":"2024-10-11T06:09:00.451Z","updated_at":"2025-09-11T12:40:33.985Z","avatar_url":"https://github.com/itchyny.png","language":"Vim Script","funding_links":["https://github.com/sponsors/itchyny"],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-grep [![CI Status](https://github.com/itchyny/vim-grep/workflows/CI/badge.svg)](https://github.com/itchyny/vim-grep/actions)\nExample configuration\n```vim\nnnoremap gr :\u003cC-u\u003eGrep\u003cSpace\u003e\nnnoremap \u003csilent\u003e K :\u003cC-u\u003eGrep\u003cCR\u003e\nvnoremap \u003csilent\u003e K :Grep\u003cCR\u003e\n```\n\nExample features (the result is set in the location list)\n```vim\n\" git grep function (with grep command fallback outside of a git repository)\n:Grep function\n\n\" grep at the current directory\n:Grep function .\n\n\" grep from the other git repository\n:Grep function ~/vim/grep/\n\n\" grep with the word under the cursor\n:Grep\n\n\" grep with the selected text in the visual mode\n:'\u003c'\u003eGrep\n```\n\n## Installation\nInstall with your favorite plugin manager.\n\n## Author\nitchyny (https://github.com/itchyny)\n\n## License\nThis software is released under the MIT License, see LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitchyny%2Fvim-grep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitchyny%2Fvim-grep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitchyny%2Fvim-grep/lists"}