{"id":18013411,"url":"https://github.com/milly/ddc-source-register","last_synced_at":"2026-01-05T17:04:06.823Z","repository":{"id":66495199,"uuid":"569146945","full_name":"Milly/ddc-source-register","owner":"Milly","description":"Register (yanked text) source plugin for ddc.vim","archived":false,"fork":false,"pushed_at":"2025-07-21T15:21:51.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-09T14:40:56.267Z","etag":null,"topics":["ddc-source","ddc-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":"2022-11-22T07:22:59.000Z","updated_at":"2025-07-21T15:21:32.000Z","dependencies_parsed_at":"2024-10-30T03:53:50.488Z","dependency_job_id":null,"html_url":"https://github.com/Milly/ddc-source-register","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Milly/ddc-source-register","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddc-source-register","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddc-source-register/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddc-source-register/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddc-source-register/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Milly","download_url":"https://codeload.github.com/Milly/ddc-source-register/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fddc-source-register/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28217716,"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":"2026-01-05T02:00:06.358Z","response_time":57,"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":["ddc-source","ddc-vim","vim","vim-denops"],"created_at":"2024-10-30T03:21:27.740Z","updated_at":"2026-01-05T17:04:06.818Z","avatar_url":"https://github.com/Milly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ddc-source-register\n\n[![license:MIT](https://img.shields.io/github/license/Milly/ddc-source-register?style=flat-square)](LICENSE)\n[![Vim doc](https://img.shields.io/badge/doc-%3Ah%20ddc--source--register-orange?style=flat-square\u0026logo=vim)][doc]\n\n_ddc-source-register_ is a [ddc.vim] source plugin that collects text or words\nfrom Vim registers.\n\n## Features\n\n- Collects values from registers, or extracts word from register values.\n- Supports pasting multiple lines and control codes.\n- Works in command-line mode.\n- Highlights control codes (requires a highlight-capable UI like [ddc-ui-pum]).\n\n## Installation\n\n### Required\n\n- [denops.vim]\n- [ddc.vim]\n\n[denops.vim]: https://github.com/vim-denops/denops.vim\n[ddc.vim]: https://github.com/Shougo/ddc.vim\n\n### Optional\n\n- [ddc-ui-pum]\n- [pum.vim]\n\n[ddc-ui-pum]: https://github.com/Shougo/ddc-ui-pum\n[pum.vim]: https://github.com/Shougo/pum.vim\n\n## Configuration\n\nSee [`:help ddc-source-register`][doc] for details.\n\n[doc]: doc/ddc-source-register.txt\n\n```vim\ncall ddc#custom#patch_global('sources', ['register'])\n\n\" Optional: Set parameters, see `:help ddc-source-register-params`.\ncall ddc#custom#patch_global('sourceParms', #{\n      \\ register: #{\n      \\   registers: '0123456789\"+*#:',\n      \\   maxAbbrWidth: 100,\n      \\   ctrlCharHlGroup: 'Comment'\n      \\   extractWords: v:true,\n      \\ }})\n\n\" Optional: Set `ddc-source-option-mark` to indicate the source name.\n\" Optional: Set `ddc-source-option-maxKeywordLength` to exclude too long text.\ncall ddc#custom#patch_global('sourceOptions', #{\n      \\ register: #{\n      \\   mark: 'Reg',\n      \\   maxKeywordLength: 100,\n      \\ }})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddc-source-register","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilly%2Fddc-source-register","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fddc-source-register/lists"}