{"id":23220447,"url":"https://github.com/balinux/nvim-kanban-board","last_synced_at":"2026-05-04T05:40:34.999Z","repository":{"id":268643424,"uuid":"905026621","full_name":"balinux/nvim-kanban-board","owner":"balinux","description":"A simple Kanban board plugin for Neovim to manage tasks in a TODO.md file.","archived":false,"fork":false,"pushed_at":"2024-12-18T04:37:11.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T12:23:40.974Z","etag":null,"topics":["kanban","lua","nvim"],"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/balinux.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-12-18T02:35:00.000Z","updated_at":"2024-12-20T01:31:12.000Z","dependencies_parsed_at":"2024-12-18T03:29:14.467Z","dependency_job_id":"d58b51a9-8aea-409e-9454-fad63ef0045f","html_url":"https://github.com/balinux/nvim-kanban-board","commit_stats":null,"previous_names":["balinux/nvim-kanban-board"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fnvim-kanban-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fnvim-kanban-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fnvim-kanban-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fnvim-kanban-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/balinux","download_url":"https://codeload.github.com/balinux/nvim-kanban-board/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247356362,"owners_count":20925813,"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":["kanban","lua","nvim"],"created_at":"2024-12-18T22:12:10.112Z","updated_at":"2026-05-04T05:40:29.950Z","avatar_url":"https://github.com/balinux.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-kanban-board\n\nA simple Kanban board plugin for Neovim to manage tasks in a TODO.md file.\n\n## Features\n\n- Manage tasks in TODO, InProgress, and Done columns.\n- Save and load tasks from a `TODO.md` file.\n- Dynamic filepath support for local project or Neovim configuration.\n\n## Installation\n\nYou cean install this plugin using any Neovim plugin manager. For example:\n\n### With [Packer](https://github.com/wbthomason/packer.nvim)\n\n```lua\nuse {\n  'username/nvim-kanban-board',\n  config = function()\n    require('kanban')\n  end\n}\n```\n\n### With [Lazy.vim](https://github.com/folke/lazy.nvim)\n\n```lua\nrequire('lazy').setup {\n  'username/nvim-kanban-board',\n  config = function()\n    require('kanban')\n  end\n}\n```\n\n## Usage\n\n### Open the Kanban Board\n\n```bash\n:KanbanOpen\n```\n\n### Add an Item\n\n```bash\n:KanbanAdd \u003ccolumn\u003e \u003citem\u003e\n```\n\nexample\n\n```bash\n:KanbanAdd TODO Implement feature\n```\n\n### Move an Item\n\nmove an item between columns\n\n```bash\n :KanbanMove \u003cfrom_column\u003e \u003cto_column\u003e \u003cindex\u003e\n```\n\nexample\n\n```bash\n:KanbanMove TODO InProgress 1\n```\n\n### Save\n\nSave current kanban board\n\n```bash\n:KanbanSave\n```\n\n### load\n\nLoad the kanban board from TODO.md file\n\n```bash\n:KanbanLoad\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalinux%2Fnvim-kanban-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalinux%2Fnvim-kanban-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalinux%2Fnvim-kanban-board/lists"}