{"id":21364781,"url":"https://github.com/yukimemi/fall-source-chronicle","last_synced_at":"2026-02-17T08:37:11.626Z","repository":{"id":263303347,"uuid":"889947254","full_name":"yukimemi/fall-source-chronicle","owner":"yukimemi","description":"fall.vim source for chronicle.vim","archived":false,"fork":false,"pushed_at":"2025-03-30T06:09:04.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T12:12:03.989Z","etag":null,"topics":["denops","neovim","vim","vim-fall","vim-fall-source"],"latest_commit_sha":null,"homepage":"https://jsr.io/@yukimemi/fall-source-chronicle","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/yukimemi.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":"2024-11-17T16:37:14.000Z","updated_at":"2025-03-30T06:09:08.000Z","dependencies_parsed_at":"2024-11-17T18:25:55.379Z","dependency_job_id":"90c9637b-5e0a-4a80-a465-f873dcf9a17d","html_url":"https://github.com/yukimemi/fall-source-chronicle","commit_stats":null,"previous_names":["yukimemi/fall-source-chronicle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukimemi%2Ffall-source-chronicle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukimemi%2Ffall-source-chronicle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukimemi%2Ffall-source-chronicle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukimemi%2Ffall-source-chronicle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukimemi","download_url":"https://codeload.github.com/yukimemi/fall-source-chronicle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067779,"owners_count":21207396,"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":["denops","neovim","vim","vim-fall","vim-fall-source"],"created_at":"2024-11-22T07:07:34.448Z","updated_at":"2026-02-17T08:37:11.615Z","avatar_url":"https://github.com/yukimemi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fall-source-chronicle\n\nThis is the [chronicle.vim](https://github.com/yukimemi/chronicle.vim) source of [fall.vim](https://github.com/vim-fall/fall.vim)\n\n## Requirement\n\n- [yukimemi/chronicle.vim: Denops Chronicle](https://github.com/yukimemi/chronicle.vim)\n- [vim-fall/fall.vim: 🍂 Yet Another Fuzzy Finder designed for Vim and Neovim and implemented in Denops](https://github.com/vim-fall/fall.vim)\n\n## Sample configuration\n\n- FallCustom\n\n```typescript\nimport * as builtin from \"jsr:@vim-fall/std/builtin\";\nimport type { Entrypoint } from \"jsr:@vim-fall/custom\";\nimport { chronicle } from \"jsr:@yukimemi/fall-source-chronicle\";\nimport { composeRenderers, refineSource } from \"jsr:@vim-fall/std\";\n\nconst myPathActions = {\n  ...builtin.action.defaultOpenActions,\n  ...builtin.action.defaultSystemopenActions,\n  ...builtin.action.defaultCdActions,\n};\nconst myMiscActions = {\n  ...builtin.action.defaultEchoActions,\n  ...builtin.action.defaultYankActions,\n  ...builtin.action.defaultSubmatchActions,\n};\n\nexport const main: Entrypoint = (\n  {\n    definePickerFromSource,\n    refineSetting,\n  },\n) =\u003e {\n  refineSetting({\n    coordinator: builtin.coordinator.modern,\n    theme: builtin.theme.MODERN_THEME,\n  });\n\n  const defineChroniclePicker = (mode: \"read\" | \"write\") =\u003e {\n    definePickerFromSource(\n      `chronicle:${mode}`,\n      refineSource(\n        chronicle({ mode }),\n        builtin.refiner.exists,\n        builtin.refiner.relativePath,\n      ),\n      {\n        matchers: [builtin.matcher.fzf],\n        sorters: [builtin.sorter.noop],\n        renderers: [\n          composeRenderers(builtin.renderer.smartPath, builtin.renderer.nerdfont),\n          builtin.renderer.noop,\n        ],\n        previewers: [builtin.previewer.file],\n        actions: { ...myPathActions, ...myMiscActions },\n        defaultAction: \"open\",\n      },\n    );\n  };\n\n  defineChroniclePicker(\"read\");\n  defineChroniclePicker(\"write\");\n};\n```\n\n## License\n\nLicensed under MIT License.\n\nCopyright (c) 2024 yukimemi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukimemi%2Ffall-source-chronicle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukimemi%2Ffall-source-chronicle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukimemi%2Ffall-source-chronicle/lists"}