{"id":13898447,"url":"https://github.com/halkn/vim-agrep","last_synced_at":"2026-01-17T01:25:39.021Z","repository":{"id":53806656,"uuid":"320766442","full_name":"halkn/vim-agrep","owner":"halkn","description":"vim plugin for grep.","archived":false,"fork":false,"pushed_at":"2021-03-12T13:03:58.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-07T18:46:17.069Z","etag":null,"topics":["vim-plugin","vim-plugins"],"latest_commit_sha":null,"homepage":"","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/halkn.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}},"created_at":"2020-12-12T06:39:49.000Z","updated_at":"2021-03-12T13:03:59.000Z","dependencies_parsed_at":"2022-08-21T16:20:38.013Z","dependency_job_id":null,"html_url":"https://github.com/halkn/vim-agrep","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/halkn%2Fvim-agrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halkn%2Fvim-agrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halkn%2Fvim-agrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halkn%2Fvim-agrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halkn","download_url":"https://codeload.github.com/halkn/vim-agrep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226274900,"owners_count":17598861,"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":["vim-plugin","vim-plugins"],"created_at":"2024-08-06T18:04:18.004Z","updated_at":"2026-01-17T01:25:39.002Z","avatar_url":"https://github.com/halkn.png","language":"Vim script","readme":"# vim-agrep\n\nThis is a small vim plugin. grep in vim.\nGrep asynchronously using the `job` of vim.\n\n## Usage\n\nThis plugin will use `grepprg` to grep.\nSet up `grepprg` in your vimrc with the following statement.\n\n```vim\n\" use git grep.\nset grepprg=git\\ grep\\ -I\\ --line-number\n\n\" Or use ripgrep.\nif executable('rg')\n  let \u0026grepprg = 'rg --vimgrep --hidden'\n  set grepformat=%f:%l:%c:%m,%f:%l:%m\nendif\n\n\" write in vimrc\nnmap \u003cLeader\u003ea \u003cPlug\u003e(agrep-input)\n```\n\nRun\n\n```vim\n:Agrep foo\n:Agrep foo bar \"bar is the directory to search\n:AgrepStop\n```\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalkn%2Fvim-agrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalkn%2Fvim-agrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalkn%2Fvim-agrep/lists"}