{"id":18013434,"url":"https://github.com/milly/dps-yank-history","last_synced_at":"2026-07-08T14:31:13.773Z","repository":{"id":66495206,"uuid":"573721248","full_name":"Milly/dps-yank-history","owner":"Milly","description":"Vim denops plugin for persist yank history.","archived":false,"fork":false,"pushed_at":"2024-08-01T19:15:31.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T14:44:19.448Z","etag":null,"topics":["ddc-source","ddu-source","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}},"created_at":"2022-12-03T07:59:38.000Z","updated_at":"2024-08-01T19:15:32.000Z","dependencies_parsed_at":"2024-02-19T10:43:52.659Z","dependency_job_id":null,"html_url":"https://github.com/Milly/dps-yank-history","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%2Fdps-yank-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fdps-yank-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fdps-yank-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Milly%2Fdps-yank-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Milly","download_url":"https://codeload.github.com/Milly/dps-yank-history/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190616,"owners_count":20898790,"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":["ddc-source","ddu-source","denops"],"created_at":"2024-10-30T03:21:32.040Z","updated_at":"2026-07-08T14:31:13.760Z","avatar_url":"https://github.com/Milly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dps-yank-history\n\n[![license:MIT](https://img.shields.io/github/license/Milly/dps-yank-history?style=flat-square)](LICENSE)\n\nVim denops plugin for persistent yank history.\n\n## Required\n\n- [denops.vim](https://github.com/vim-denops/denops.vim)\n\nYou will need one of the following to manipulate your history:\n\n- [ddu.vim](https://github.com/Shougo/ddu.vim)\n  - Display list of yank history.\n  - Select and insert text from yank history.\n  - Select and delete elements from yank history.\n- [ddc.vim](https://github.com/Shougo/ddc.vim)\n  - Insert matching text from yank history in insert mode.\n\n## Configuration\n\n```vim\n\" Setup dps-yank-history\nlet yank_history#persist_path = expand('~/.cache/yank-history.jsonl')\nlet yank_history#min_length = 2\nlet yank_history#update_duration = 1000\nlet yank_history#mtime_margin = 200\nlet yank_history#max_items = 100\nlet yank_history#truncate_threshold = 0\n\n\" Setup ddu.vim\ncall ddu#custom#patch_global('sources', [\n      \\   {'name': 'yank-history'},\n      \\ ])\ncall ddu#custom#patch_global('sourceParams', #{\n      \\ yank-history: #{\n      \\   headerHlGroup: 'Special',\n      \\   prefix: 'Hist:',\n      \\ }})\n\n\" Setup ddc.vim\ncall ddc#custom#patch_global('sources', [\n      \\ 'yank-history',\n      \\])\ncall ddc#custom#patch_global('sourceParams', #{\n      \\ yank-history: #{\n      \\   maxAbbrWidth: 100,\n      \\   ctrlCharHlGroup: 'SpecialKey',\n      \\ }})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fdps-yank-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilly%2Fdps-yank-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilly%2Fdps-yank-history/lists"}