{"id":17794734,"url":"https://github.com/uga-rosa/ddc-source-dictionary","last_synced_at":"2025-03-16T20:31:44.474Z","repository":{"id":213624170,"uuid":"734546404","full_name":"uga-rosa/ddc-source-dictionary","owner":"uga-rosa","description":"Dictionary source for ddc.vim","archived":false,"fork":false,"pushed_at":"2024-08-05T01:45:50.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-21T00:11:13.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/uga-rosa.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":"2023-12-22T01:06:18.000Z","updated_at":"2024-12-28T19:43:54.000Z","dependencies_parsed_at":"2023-12-29T03:40:55.202Z","dependency_job_id":"3c51593f-0aee-483f-b234-45d8947b1b1f","html_url":"https://github.com/uga-rosa/ddc-source-dictionary","commit_stats":null,"previous_names":["uga-rosa/ddc-source-dictionary"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fddc-source-dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fddc-source-dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fddc-source-dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uga-rosa%2Fddc-source-dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uga-rosa","download_url":"https://codeload.github.com/uga-rosa/ddc-source-dictionary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830922,"owners_count":20354850,"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":[],"created_at":"2024-10-27T11:19:23.656Z","updated_at":"2025-03-16T20:31:44.161Z","avatar_url":"https://github.com/uga-rosa.png","language":"TypeScript","readme":"# ddc-source-dictionary\n\nDictionary source for ddc.vim.\n\nHow to load dictionaries:\n- Create Trie in memory (Default).\n- Local database using Deno KV (Need to set `param-databasePath`).\n- Search by external command (e.g. `look`, `ripgrep`) each time (Need to set `param-externalCommand`).\n\n# Example\n\n```vim\ncall ddc#custom#patch_global(#{\n      \\ sources: [ 'dictionary' ],\n      \\ sourceOptions: #{\n      \\   dictionary: #{\n      \\     mark: '[Dict]',\n      \\   },\n      \\ },\n      \\ sourceParams: #{\n      \\   dictionary: #{\n      \\     paths: [ '/usr/share/dict/words' ],\n      \\     exactLength: 2,\n      \\     firstCaseInsensitive: v:true,\n      \\     showPath: v:true,\n      \\     documentCommand: [ 'wn', '${item.word}', '-over' ],\n      \\   },\n      \\ },\n      \\})\n```\n\nSee [doc](./doc/ddc-source-dictionary.txt) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuga-rosa%2Fddc-source-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuga-rosa%2Fddc-source-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuga-rosa%2Fddc-source-dictionary/lists"}