{"id":19383566,"url":"https://github.com/david-kunz/ts-quickfix","last_synced_at":"2026-05-04T18:38:42.329Z","repository":{"id":105867200,"uuid":"559588392","full_name":"David-Kunz/ts-quickfix","owner":"David-Kunz","description":"Neovim plugin to populate a quickfix list with Tree-Sitter queries","archived":false,"fork":false,"pushed_at":"2022-11-03T21:07:42.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-07T07:13:25.892Z","etag":null,"topics":["neovim","plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/David-Kunz.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":"2022-10-30T15:28:07.000Z","updated_at":"2022-10-30T15:37:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"7154e14b-d514-4049-ad9b-86823f4d9c20","html_url":"https://github.com/David-Kunz/ts-quickfix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Kunz%2Fts-quickfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Kunz%2Fts-quickfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Kunz%2Fts-quickfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Kunz%2Fts-quickfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/David-Kunz","download_url":"https://codeload.github.com/David-Kunz/ts-quickfix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240521039,"owners_count":19814694,"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":["neovim","plugin","vim"],"created_at":"2024-11-10T09:26:39.736Z","updated_at":"2026-05-04T18:38:37.284Z","avatar_url":"https://github.com/David-Kunz.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts-quickfix\n\nNeovim plugin to populate a [quickfix](https://neovim.io/doc/user/quickfix.html) list with [Tree-Sitter](https://tree-sitter.github.io/tree-sitter/) queries\n\n\n## Installation\n\n```lua\nuse 'David-Kunz/ts-quickfix'\n```\n\n## Usage\n\n```lua\nrequire('ts-quickfix').query([[\n  ((comment) @comment\n   (#match? @comment \"[^a-zA-Z0-9](TODO|HACK|WARNING|BUG|FIXME|XXX|REVISIT)\"))\n]])\n```\n\nThis example is shipped with `require('ts-quickfix').todo()`.\n\nYou can also define queries in your `queries` folder and reference them by name:\n\n```lua\nrequire('ts-quickfix').query_name('myName')\n```\n\n### Tip:\n\nYou can define user commands for your favorite queries, e.g.\n\n```lua\nvim.api.nvim_create_user_command('Todo', require('ts-quickfix').todo, {})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-kunz%2Fts-quickfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavid-kunz%2Fts-quickfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-kunz%2Fts-quickfix/lists"}