{"id":18013419,"url":"https://github.com/milly/ddu-filter-merge","last_synced_at":"2025-03-26T16:31:59.074Z","repository":{"id":66495202,"uuid":"590767178","full_name":"Milly/ddu-filter-merge","owner":"Milly","description":"Merge multiple filters for ddu.vim","archived":false,"fork":false,"pushed_at":"2024-08-01T17:26:59.000Z","size":9,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T22:15:52.838Z","etag":null,"topics":["ddu-filter","ddu-vim","vim","vim-denops"],"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/Milly.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}},"created_at":"2023-01-19T06:40:19.000Z","updated_at":"2024-08-01T17:28:05.000Z","dependencies_parsed_at":"2024-10-30T03:43:47.363Z","dependency_job_id":null,"html_url":"https://github.com/Milly/ddu-filter-merge","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/Milly%2Fddu-filter-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-filter-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-filter-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddu-filter-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Milly","download_url":"https://codeload.github.com/Milly/ddu-filter-merge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245692754,"owners_count":20657000,"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":["ddu-filter","ddu-vim","vim","vim-denops"],"created_at":"2024-10-30T03:21:30.380Z","updated_at":"2025-03-26T16:31:58.755Z","avatar_url":"https://github.com/Milly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddu-filter-merge\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)\n[![Vim doc](https://img.shields.io/badge/doc-%3Ah%20ddu--filter--merge-orange.svg?style=flat-square\u0026logo=vim)](doc/ddu-filter-merge.txt)\n\nMerge output items from multiple filters for ddu.vim.\n\n## Required\n\nIt depends on the following plugins.\n\n- [denops.vim][]\n- [ddu.vim][]\n- Your favorite [ddu-filter][] plugins.\n\n## Installation\n\n1. Install [Deno][].\n2. Install plugins using [vim-plug][] etc.\n\n```\nPlug 'vim-denops/denops.vim'\nPlug 'Shougo/ddu.vim'\nPlug 'Milly/ddu-filter-merge'\n\n\" And your favorite ddu-filter plugins\nPlug 'Milly/ddu-filter-kensaku'\nPlug 'kuuote/ddu-filter-fuse'\n```\n\n## Configuration\n\nConfigure ddu.vim.\n\n```vim\ncall ddu#custom#patch_global('sourceOptions', #{\n      \\  _: #{\n      \\    matchers: ['merge'],\n      \\  },\n      \\})\n\ncall ddu#custom#patch_global('filterParams', #{\n      \\  merge: #{\n      \\    filters: [\n      \\      #{name: 'matcher_kensaku', weight: 2.0},\n      \\      'matcher_fuse',\n      \\    ],\n      \\    unique: v:true,\n      \\  },\n      \\})\n```\n\n[Deno]: https://deno.land/\n[ddu-filter]: https://github.com/topics/ddu-filter\n[ddu.vim]: https://github.com/Shougo/ddu.vim\n[denops.vim]: https://github.com/vim-denops/denops.vim\n[vim-plug]: https://github.com/junegunn/vim-plug\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddu-filter-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilly%2Fddu-filter-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddu-filter-merge/lists"}