{"id":23538025,"url":"https://github.com/mityu/ddu-filter-matcher_multi_regex","last_synced_at":"2025-07-29T12:11:09.356Z","repository":{"id":229775759,"uuid":"777594871","full_name":"mityu/ddu-filter-matcher_multi_regex","owner":"mityu","description":"Multiple regexes matcher for ddu.vim","archived":false,"fork":false,"pushed_at":"2025-06-27T17:48:17.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T18:37:36.823Z","etag":null,"topics":["ddu-filter","ddu-vim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mityu.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}},"created_at":"2024-03-26T06:32:21.000Z","updated_at":"2025-06-27T17:48:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"b380a1f8-d06d-4143-b109-be0d49686c5d","html_url":"https://github.com/mityu/ddu-filter-matcher_multi_regex","commit_stats":null,"previous_names":["mityu/ddu-filter-matcher_multi_regex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mityu/ddu-filter-matcher_multi_regex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fddu-filter-matcher_multi_regex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fddu-filter-matcher_multi_regex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fddu-filter-matcher_multi_regex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fddu-filter-matcher_multi_regex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mityu","download_url":"https://codeload.github.com/mityu/ddu-filter-matcher_multi_regex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fddu-filter-matcher_multi_regex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267684748,"owners_count":24127695,"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-07-29T02:00:12.549Z","response_time":2574,"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":["ddu-filter","ddu-vim"],"created_at":"2024-12-26T03:29:25.903Z","updated_at":"2025-07-29T12:11:09.332Z","avatar_url":"https://github.com/mityu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddu-filter-matcher\\_multi\\_regex\n\nA ddu.vim matcher that treats the user input as space-separated list of regexes and filters items with the regexes.\n\n## Requirements\n\n### denops.vim\n\nhttps://github.com/vim-denops/denops.vim\n\n### ddu.vim\n\nhttps://github.com/Shougo/ddu.vim\n\n## Configuration\n\n- Enable this matcher:\n\n```vim\ncall ddu#custom#patch_global('sourceOptions', #{\n  \\   _: #{\n  \\     matchers: ['matcher_multi_regex'],\n  \\   }\n  \\ })\n```\n\n- Enable matched text highlights:\n\n```vim\ncall ddu#custom#patch_global('filterParams', #{\n  \\   matcher_multi_regex: #{\n  \\     highlightMatched: 'Search',\n  \\   }\n  \\ })\n```\n\n**NOTE** This makes the filtering a bit slower due to the overhead of extraction of matched texts.\n\n\n- Enable greedy matched text highlights:\n\n```vim\ncall ddu#custom#patch_global('filterParams', #{\n  \\   matcher_multi_regex: #{\n  \\     highlightGreedy: v:true,\n  \\   }\n  \\ })\n```\n\n**NOTE** This also makes the filtering slower due to the overhead of extraction of all the matched texts.\n\n## Similar projects\n\n- [kamecha/ddu-filter-matcher\\_regex](https://github.com/kamecha/ddu-filter-matcher_regex/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmityu%2Fddu-filter-matcher_multi_regex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmityu%2Fddu-filter-matcher_multi_regex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmityu%2Fddu-filter-matcher_multi_regex/lists"}