{"id":15372154,"url":"https://github.com/crispgm/cmp-beancount","last_synced_at":"2025-04-14T03:24:53.314Z","repository":{"id":38260423,"uuid":"410841480","full_name":"crispgm/cmp-beancount","owner":"crispgm","description":"nvim-cmp source for beancount accounts","archived":false,"fork":false,"pushed_at":"2024-07-16T06:29:36.000Z","size":148,"stargazers_count":39,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-27T17:22:29.794Z","etag":null,"topics":["beancount","neovim-plugin","nvim-cmp"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/crispgm.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":"2021-09-27T10:35:52.000Z","updated_at":"2025-03-06T21:34:28.000Z","dependencies_parsed_at":"2024-06-02T17:40:37.999Z","dependency_job_id":"9985c19b-0428-439a-a642-899b1f77b4f9","html_url":"https://github.com/crispgm/cmp-beancount","commit_stats":{"total_commits":21,"total_committers":4,"mean_commits":5.25,"dds":"0.23809523809523814","last_synced_commit":"29e23297c06b9d69771e4b14e0fb3b9d583a150e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fcmp-beancount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fcmp-beancount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fcmp-beancount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crispgm%2Fcmp-beancount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crispgm","download_url":"https://codeload.github.com/crispgm/cmp-beancount/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248814509,"owners_count":21165777,"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":["beancount","neovim-plugin","nvim-cmp"],"created_at":"2024-10-01T13:49:39.809Z","updated_at":"2025-04-14T03:24:53.294Z","avatar_url":"https://github.com/crispgm.png","language":"Lua","readme":"# cmp-beancount\n\nnvim-cmp source for beancount accounts.\n\ncmp-beancount completes based on prefix and prefix abbreviation (e.g. `E:D:C` to `Expenses:Drinks:Coffee`) of beancount account names.\n\nComplete by prefix:\n![Completion](./screenshots/completion.png)\n\nComplete by abbreviation:\n![Abbreviation](./screenshots/abbreviation.png)\n\n## Setup\n\nPrerequisites:\n\n```shell\npip3 install neovim\npip3 install beancount\n```\n\nInstall with your favorite package manager:\n```lua\nuse('crispgm/cmp-beancount')\n```\n\nThen, setup completion source:\n```lua\nrequire('cmp').setup {\n  sources = {\n    {\n      name = 'beancount',\n      option = {\n        account = '/path/to/account.bean'\n      }\n    }\n  }\n}\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispgm%2Fcmp-beancount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrispgm%2Fcmp-beancount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrispgm%2Fcmp-beancount/lists"}