{"id":15489623,"url":"https://github.com/pablopunk/todo.nvim","last_synced_at":"2025-07-30T22:08:04.542Z","repository":{"id":191175005,"uuid":"683019195","full_name":"pablopunk/todo.nvim","owner":"pablopunk","description":"Project-specific notes for neovim","archived":false,"fork":false,"pushed_at":"2023-10-29T17:29:12.000Z","size":1799,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T17:41:20.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablopunk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-08-25T12:04:11.000Z","updated_at":"2024-07-06T05:34:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"867b74cc-8f8a-4d7c-b2f3-98b275eb0059","html_url":"https://github.com/pablopunk/todo.nvim","commit_stats":null,"previous_names":["pablopunk/todo.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftodo.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftodo.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftodo.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Ftodo.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/todo.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250296537,"owners_count":21407039,"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-02T07:06:42.088Z","updated_at":"2025-04-22T18:26:41.348Z","avatar_url":"https://github.com/pablopunk.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo.nvim\n\n\u003e Project-specific notes\n\n![screencast](./screencast.gif)\n\nThis plugin opens a floating window to write quick notes/todo list for your project.\nIf you're not on a repo, it wil keep a global file for notes in your home folder.\n\n\n## Features\n\n- Toggle a floating window with `:TodoToggle`\n- Project-aware\n  - Automatically create a `.git/.TODO.md` file in the nearest parent repo\n  - Automatically create a `~/.TODO.md` file if you're not in a repo\n- Different ways of closing the window:\n  - Use `:TodoToggle`\n  - Use `esc`\n  - Use `q`\n  - Use `\u003cc-c\u003e`\n- Automatically save the file when you close the floating window\n- Markdown syntax\n\n\n## Installation\n\nFor example using `lazy.nvim`:\n\n```lua\n{\n  \"pablopunk/todo.nvim\",\n  config = true, -- initialize it. equivalent to require(\"todo\").setup() in lazy.vim\n}\n```\n\n\n## Usage\n\nIt will give you a new command `:TodoToggle` to open/close the `.TODO.md` file. You can map it to whatever you want. I map it to `\u003cleader\u003et`:\n\n```lua\n{\n  \"pablopunk/todo.nvim\",\n  opts = { map = \"\u003cleader\u003et\" } -- same as .setup({...})\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Ftodo.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Ftodo.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Ftodo.nvim/lists"}