{"id":18597613,"url":"https://github.com/matt-snider/vim-tagquery","last_synced_at":"2025-04-10T17:31:09.857Z","repository":{"id":201584380,"uuid":"172794282","full_name":"matt-snider/vim-tagquery","owner":"matt-snider","description":"A vim plugin that lets you search with multiple tags. ","archived":false,"fork":false,"pushed_at":"2020-10-01T21:44:53.000Z","size":9,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-19T22:22:26.631Z","etag":null,"topics":["ctags","fzf","query","search","tags","vim","vimwiki"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/matt-snider.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}},"created_at":"2019-02-26T21:35:27.000Z","updated_at":"2023-10-20T00:11:40.956Z","dependencies_parsed_at":null,"dependency_job_id":"c0817cea-077a-4c27-bc2c-4729e4a67579","html_url":"https://github.com/matt-snider/vim-tagquery","commit_stats":null,"previous_names":["matt-snider/vim-tagquery"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matt-snider%2Fvim-tagquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matt-snider%2Fvim-tagquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matt-snider%2Fvim-tagquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matt-snider%2Fvim-tagquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matt-snider","download_url":"https://codeload.github.com/matt-snider/vim-tagquery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223442340,"owners_count":17145752,"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":["ctags","fzf","query","search","tags","vim","vimwiki"],"created_at":"2024-11-07T01:28:48.636Z","updated_at":"2024-11-07T01:28:49.215Z","avatar_url":"https://github.com/matt-snider.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-tagquery\n\nA vim plugin that enables improved querying of tags.\n\nCurrently, this depends on [fzf.vim](https://github.com/junegunn/fzf.vim), but there are plans for a command that does not require it.\n\n## Usage\n\nThis finds all locations with the tags `foo` and `bar`, but not `bazz`. It will put the results in a filterable `fzf` buffer with a preview of the file:\n\n```\n:FzfTagQuery foo \u0026 bar \u0026 !bazz\n```\n\nAn example binding:\n\n```viml\nnoremap \u003cC-t\u003e :FzfTagQuery\n```\n\n## Installation\n\nUsing [`vim-plug`](https://github.com/junegunn/vim-plug):\n\n```vim\nPlug 'matt-snider/vim-tagquery', { 'do': 'bash install.sh' }\n```\n\n## Configuration\n\nPath to the vimwiki ctags file:\n\n`let g:tagquery_ctags_file = '~/vimwiki/.vimwiki_tags'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatt-snider%2Fvim-tagquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatt-snider%2Fvim-tagquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatt-snider%2Fvim-tagquery/lists"}