{"id":26548509,"url":"https://github.com/rocco-gossmann/nvim-tasklist","last_synced_at":"2025-03-22T06:19:14.045Z","repository":{"id":283652358,"uuid":"952468995","full_name":"Rocco-Gossmann/nvim-tasklist","owner":"Rocco-Gossmann","description":"A NeoVim-Plugin to handle check-/task-/todo-lists directly in neovim. Including keeping track of When Tasks are started, finished or canceled","archived":false,"fork":false,"pushed_at":"2025-03-21T10:56:23.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T11:31:34.422Z","etag":null,"topics":["checklist","neovim","nvim","nvim-plugin","plugin","timetracking","todolist"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rocco-Gossmann.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":"2025-03-21T10:27:36.000Z","updated_at":"2025-03-21T10:56:23.000Z","dependencies_parsed_at":"2025-03-21T11:43:56.451Z","dependency_job_id":null,"html_url":"https://github.com/Rocco-Gossmann/nvim-tasklist","commit_stats":null,"previous_names":["rocco-gossmann/nvim-tasklist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rocco-Gossmann%2Fnvim-tasklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rocco-Gossmann%2Fnvim-tasklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rocco-Gossmann%2Fnvim-tasklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rocco-Gossmann%2Fnvim-tasklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rocco-Gossmann","download_url":"https://codeload.github.com/Rocco-Gossmann/nvim-tasklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244914013,"owners_count":20530942,"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":["checklist","neovim","nvim","nvim-plugin","plugin","timetracking","todolist"],"created_at":"2025-03-22T06:19:13.324Z","updated_at":"2025-03-22T06:19:14.040Z","avatar_url":"https://github.com/Rocco-Gossmann.png","language":"Lua","readme":"# Nvim-TaskList\nThis plugin aims to make managing your task a bit easier, by providing tools, that make\nhandling Check-Lists easier.\n\n# Demo\nhttps://github.com/user-attachments/assets/a7a8abde-f96c-4e63-a885-3aa9e69666cf\n\n\n\n# Installation\n## Lazy.nvim\n```lua\n{\n\t\"rocco-gossmann/nvim-tasklist\",\n\tinit = function()\n\t\trequire(\"nvim-tasklist\").setup()\n\tend\n}\n```\n( feel free to add instructions for other Packagemanagers via PR 😉 )\n\n# New Commands\nYou get 5 new Commands to work with\n\n## `:TaskNew`\nAdd as Checkbox to the current or highlighted line(s)\n\n## `:TaskReset`\nremoves the checkbox and added Task-Info from the current or highlighted line(s)\n\n## `:TaskStart`\nadds a `@started` timestamp to the current or highlighted line(s)\n\n## `:TaskCancel`\nadds a `@canceled` timestamp to the current or highlighted line(s)\n\n## `:TaskDone`\nadds a `@done` timestamp to the current or highlighted line(s)\n\n# Disclaimer:\nTo adress the Elephant in the Room.\nThis plugin is very much inspired by the \"Todo+\" VSCode-Plugin by @fabiospampinato (https://github.com/fabiospampinato/vscode-todo-plus)\nI just like the way he's handling the Checklists, and wanted something similar for NeoVim.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocco-gossmann%2Fnvim-tasklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocco-gossmann%2Fnvim-tasklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocco-gossmann%2Fnvim-tasklist/lists"}