{"id":15997996,"url":"https://github.com/luan/flytags","last_synced_at":"2025-03-27T02:23:13.778Z","repository":{"id":138430949,"uuid":"56869210","full_name":"luan/flytags","owner":"luan","description":null,"archived":false,"fork":false,"pushed_at":"2016-04-23T18:57:51.000Z","size":303,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T07:44:07.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luan.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":"2016-04-22T16:19:27.000Z","updated_at":"2017-12-07T21:53:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"faeeb87b-3073-4311-a79f-fbfc58107dd4","html_url":"https://github.com/luan/flytags","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/luan%2Fflytags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fflytags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fflytags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fflytags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luan","download_url":"https://codeload.github.com/luan/flytags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245767779,"owners_count":20668914,"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-08T08:06:11.168Z","updated_at":"2025-03-27T02:23:13.748Z","avatar_url":"https://github.com/luan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flytags\n\nflytags is a [ctags][]-compatible tag generator for [Concourse][] pipelines.\n\n## Installation\n\nInstall or update flytags using the `go get` command:\n```bash\ngo get -u github.com/luan/flytags\n```\n\n## Usage\n\n\tflytags [options] file(s)\n\n\t-L=\"\": source file names are read from the specified file. If file is \"-\", input is read from standard in.\n\t-R=false: recurse into directories in the file list.\n\t-f=\"\": write output to specified file. If file is \"-\", output is written to standard out.\n\t-silent=false: do not produce any output on error.\n\t-sort=true: sort tags.\n\t-tag-relative=false: file paths should be relative to the directory containing the tag file.\n\t-v=false: print version.\n\n## Vim [Tagbar][] configuration\n\nPut the following configuration in your vimrc:\n\n```vim\nlet g:tagbar_type_concourse = {\n    \\ 'ctagstype' : 'concourse',\n    \\ 'kinds'     : [\n        \\ 'p:primitives',\n        \\ 't:resource_types',\n        \\ 'g:groups',\n        \\ 'r:resources',\n        \\ 'i:inputs',\n        \\ 'k:tasks',\n        \\ 'o:outputs',\n        \\ 'j:jobs',\n    \\ ],\n    \\ 'sro' : '.',\n    \\ 'kind2scope' : {\n        \\ 'p' : 'ptype',\n        \\ 'j' : 'stype'\n    \\ },\n    \\ 'scope2kind' : {\n        \\ 'ptype' : 'p',\n        \\ 'stype' : 'j'\n    \\ },\n    \\ 'ctagsbin'  : expand(bin_path),\n    \\ 'ctagsargs' : '-sort -silent'\n\\ }\n```\n\n### Vim+Tagbar Screenshot\n![vim Tagbar flytags](https://raw.githubusercontent.com/luan/flytags/master/screenshots/screenshot-01.png)\n\n\n[ctags]: http://ctags.sourceforge.net\n[concourse]: http://concourse.ci\n[tagbar]: http://majutsushi.github.com/tagbar/\n[screenshot]: https://raw.githubusercontent.com/luan/flytags/master/screenshots/screenshot-01.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluan%2Fflytags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluan%2Fflytags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluan%2Fflytags/lists"}