{"id":19078971,"url":"https://github.com/tomtom/ttags_vim","last_synced_at":"2025-04-30T05:23:25.244Z","repository":{"id":66582414,"uuid":"597478","full_name":"tomtom/ttags_vim","owner":"tomtom","description":"Tag list browser for VIM (List, filter, preview, jump to tags) ","archived":false,"fork":false,"pushed_at":"2017-03-16T19:27:32.000Z","size":32,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T20:49:51.790Z","etag":null,"topics":["tags","tags-selector","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=2018","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomtom.png","metadata":{"files":{"readme":"README","changelog":"CHANGES.TXT","contributing":null,"funding":null,"license":"LICENSE.TXT","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,"zenodo":null}},"created_at":"2010-04-06T17:32:01.000Z","updated_at":"2024-07-01T07:59:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"381a16d1-e92d-4202-bb81-462528b570d6","html_url":"https://github.com/tomtom/ttags_vim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fttags_vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fttags_vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fttags_vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fttags_vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomtom","download_url":"https://codeload.github.com/tomtom/ttags_vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251646220,"owners_count":21620892,"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":["tags","tags-selector","vim","vim-plugin"],"created_at":"2024-11-09T02:12:57.327Z","updated_at":"2025-04-30T05:23:25.237Z","avatar_url":"https://github.com/tomtom.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":":TTags [KIND] [TAGS_RX] [FILE_RX]\nIn order to match any kind/rx, use *.\nE.g. TTags * * _foo.vim$\n\nFeatures:\n    - List tags\n    - Filter tags matching a pattern\n    - Jump/Preview tags\n    - Insert tags (and a template for the argument list if supported by \n      tSkeleton, which has to be installed for this)\n\n\n-----------------------------------------------------------------------\nInstall~\n\nEdit the vba file and type: \u003e\n\n    :so %\n\nSee :help vimball for details. If you have difficulties or use vim 7.0, \nplease make sure, you have the current version of vimball (vimscript \n#1502) installed.\n\nThis script requires tlib (vimscript #1863) to be installed.\n\nSuggested maps (to be set in ~/.vimrc): \u003e\n\n    \" Show available tags\n    noremap \u003cLeader\u003eg. :TTags\u003ccr\u003e\n\n    \" Show current buffer's tags\n    noremap \u003cLeader\u003eg% :call ttags#List(0, \"*\", \"\", \".\")\u003ccr\u003e\n\n    \" Show tags matching the word under cursor\n    noremap \u003cLeader\u003eg# :call ttags#List(0, \"*\", tlib#rx#Escape(expand(\"\u003ccword\u003e\")))\u003ccr\u003e\n\n    \" Show tags with a prefix matching the word under cursor\n    noremap \u003cLeader\u003eg* :call ttags#List(0, \"*\", tlib#rx#Escape(expand(\"\u003ccword\u003e\")) .\".*\")\u003ccr\u003e\n\n    \" Show tags matching the word under cursor (search also in |g:tlib_tags_extra|)\n    noremap \u003cLeader\u003eg? :call ttags#List(1, \"*\", tlib#rx#Escape(expand(\"\u003ccword\u003e\")))\u003ccr\u003e\n\n    \" Show tags of a certain category\n    for c in split('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', '\\zs')\n        exec 'noremap \u003cLeader\u003eg'. c .' :TTags '. c .'\u003ccr\u003e'\n    endfor\n\nYou can use :echo keys(ttags#Kinds())\u003ccr\u003e to find out which kinds are defined.\n\n\n\n\nDependencies:\n  tlib (\u003e= 0.21) :: http://github.com/tomtom/tlib_vim\n\nLicense: GPLv3 or later\nInstall: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT\nSee http://github.com/tomtom for related plugins.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Fttags_vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomtom%2Fttags_vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Fttags_vim/lists"}