{"id":36784802,"url":"https://github.com/shun/ddu-source-rg","last_synced_at":"2026-01-12T13:19:59.987Z","repository":{"id":40335939,"uuid":"450552804","full_name":"shun/ddu-source-rg","owner":"shun","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-30T02:37:04.000Z","size":63,"stargazers_count":34,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-02T07:29:49.700Z","etag":null,"topics":["ddu-source","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/shun.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-21T15:58:18.000Z","updated_at":"2025-11-30T02:37:03.000Z","dependencies_parsed_at":"2025-12-14T02:02:29.515Z","dependency_job_id":null,"html_url":"https://github.com/shun/ddu-source-rg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shun/ddu-source-rg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shun%2Fddu-source-rg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shun%2Fddu-source-rg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shun%2Fddu-source-rg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shun%2Fddu-source-rg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shun","download_url":"https://codeload.github.com/shun/ddu-source-rg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shun%2Fddu-source-rg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-source","ddu-vim"],"created_at":"2026-01-12T13:19:59.424Z","updated_at":"2026-01-12T13:19:59.952Z","avatar_url":"https://github.com/shun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddu-source-rg\n\nripgrep source for ddu.vim.\n\n## Required\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### ripgrep\n\nhttps://github.com/BurntSushi/ripgrep\n\n### kensaku.vim (Optional)\n\nRequired if you want to use [Migemo][Migemo].\n\nhttps://github.com/lambdalisue/kensaku.vim\n\n## Configuration\n\n```vim\ncall ddu#custom#patch_global(#{\n    \\   sourceParams : #{\n    \\     rg : #{\n    \\       args: ['--column', '--no-heading', '--color', 'never'],\n    \\     },\n    \\   },\n    \\ })\n```\n\nif you want to highlight the search word, should be set \"--json\".\n\ne.g.\n\n```vim\ncall ddu#custom#patch_global(#{\n    \\   sourceParams: #{\n    \\     rg: #{\n    \\       args: ['--json'],\n    \\     },\n    \\   },\n    \\ })\n```\n\nif you want to use [Migemo][Migemo] as input pattern, should be set \"migemo\" to\n`inputType`.\n\ne.g.\n\n```vim\ncall ddu#custom#patch_global(#{\n    \\   sourceParams: #{\n    \\     rg: #{\n    \\       inputType: 'migemo',\n    \\     },\n    \\   },\n    \\ })\n```\n\n[Migemo]: http://0xcc.net/migemo/\n\n## Author\n\nKUDO Shunsuke (skudo_xx)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshun%2Fddu-source-rg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshun%2Fddu-source-rg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshun%2Fddu-source-rg/lists"}