{"id":15282566,"url":"https://github.com/npezza93/ttags","last_synced_at":"2025-04-12T23:04:38.383Z","repository":{"id":64974245,"uuid":"579749037","full_name":"npezza93/ttags","owner":"npezza93","description":"Generate ctags using Tree Sitter","archived":false,"fork":false,"pushed_at":"2024-05-22T15:42:44.000Z","size":109,"stargazers_count":13,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-22T15:49:52.653Z","etag":null,"topics":["ctags","javascript","ruby","rust","tree-sitter"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/npezza93.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-12-18T19:39:44.000Z","updated_at":"2024-05-22T15:42:42.000Z","dependencies_parsed_at":"2023-09-29T03:18:32.175Z","dependency_job_id":"73b214a3-0c86-4a50-a648-ec4202b1d8fe","html_url":"https://github.com/npezza93/ttags","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Fttags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Fttags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Fttags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npezza93%2Fttags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npezza93","download_url":"https://codeload.github.com/npezza93/ttags/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231297092,"owners_count":18354598,"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","javascript","ruby","rust","tree-sitter"],"created_at":"2024-09-30T14:26:57.386Z","updated_at":"2024-12-26T00:42:14.037Z","avatar_url":"https://github.com/npezza93.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ttags\n\nttags generates ctags using [Tree-sitter](https://github.com/tree-sitter/tree-sitter).\n\n### Installation\n\n##### macOS and Linux\n\n```bash\ncargo install ttags\n```\n\nBinaries are also available on the releases page of the repo.\nDownload the tar file, and place the executable in your path.\n\n##### From source\n```bash\ngit clone https://github.com/npezza93/ttags\ncd ttags\ncargo build --release\n./target/release/ttags $(git ls-files)\n```\n\n### Usage\n\nGive a list of file paths and/or directories to ttags to parse and generate.\n\n```bash\nttags $(git ls-files)\n```\n\n#### Options\n\n- `-a` or `--apend` - Will keep your tag file in tact and only update the tags\n  for the files passed.\n\n- `-r` or `--tag-relative` - Make paths outputed in the tags file be relative to the\n  current working directory (i.e. where you called `ttags`)? By default, the tag\n  path is relative to the `tag-file` location.\n\n- `-f` or `--tag-file=file` - Path to the file where tags should be written. If\n  `-` is passed, tags are outputted to stdout.\n\n- `lsp` - Starts an LSP server that updates the tags for a file when the file is\n  saved\n\n### Supported languages\n\n- [x] Haskell\n- [x] JavaScript\n- [x] Nix\n- [x] Ruby\n- [x] Rust\n- [x] Swift\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpezza93%2Fttags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpezza93%2Fttags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpezza93%2Fttags/lists"}