{"id":13574821,"url":"https://github.com/augmentable-dev/tickgit","last_synced_at":"2025-07-07T16:03:09.575Z","repository":{"id":44958391,"uuid":"214551763","full_name":"augmentable-dev/tickgit","owner":"augmentable-dev","description":"Manage your repository's TODOs, tickets and checklists as config in your codebase.","archived":false,"fork":false,"pushed_at":"2023-12-18T21:48:47.000Z","size":4100,"stargazers_count":324,"open_issues_count":13,"forks_count":19,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-05T10:44:48.682Z","etag":null,"topics":["git","golang","tickets","tickgit","todo","todos"],"latest_commit_sha":null,"homepage":"","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/augmentable-dev.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}},"created_at":"2019-10-12T00:49:10.000Z","updated_at":"2024-09-19T15:55:17.000Z","dependencies_parsed_at":"2024-01-08T16:09:11.369Z","dependency_job_id":"71bd190b-bb9c-451d-be2c-361b4f70e16e","html_url":"https://github.com/augmentable-dev/tickgit","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentable-dev%2Ftickgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentable-dev%2Ftickgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentable-dev%2Ftickgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentable-dev%2Ftickgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augmentable-dev","download_url":"https://codeload.github.com/augmentable-dev/tickgit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247229790,"owners_count":20905124,"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":["git","golang","tickets","tickgit","todo","todos"],"created_at":"2024-08-01T15:00:54.963Z","updated_at":"2025-04-04T18:32:23.733Z","avatar_url":"https://github.com/augmentable-dev.png","language":"Go","readme":"[![GoDoc](https://godoc.org/github.com/augmentable-dev/tickgit?status.svg)](https://godoc.org/github.com/augmentable-dev/tickgit)\n[![BuildStatus](https://github.com/augmentable-dev/tickgit/workflows/tests/badge.svg)](https://github.com/augmentable-dev/tickgit/actions?workflow=tests)\n[![Go Report Card](https://goreportcard.com/badge/github.com/augmentable-dev/tickgit)](https://goreportcard.com/report/github.com/augmentable-dev/tickgit)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/augmentable-dev/tickgit)\n[![Coverage](http://gocover.io/_badge/github.com/augmentable-dev/tickgit)](http://gocover.io/github.com/augmentable-dev/tickgit)\n[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/augmentable-dev/tickgit)](https://www.tickgit.com/browse?repo=github.com/augmentable-dev/tickgit)\n\n## tickgit 🎟️\n\n`tickgit` is a tool to help you manage latent work in a codebase. Use the `tickgit` command to view pending tasks, progress reports, completion summaries and historical data (using `git` history).\n\nIt's not meant to replace full-fledged project management tools such as JIRA or Trello. It will, hopefully, be a useful way to augment those tools with project management patterns that coexist with your code. As such, it's primary audience is software engineers.\n\n### TODOs\n\n`tickgit` will scan a codebase and identify any TODO items in the comments. It will output a report like so:\n\n```\n# tickgit ~/Desktop/facebook/react\n...\nTODO:\n  =\u003e packages/scheduler/src/__tests__/SchedulerBrowser-test.js:85:9\n  =\u003e added 1 month ago by Andrew Clark \u003cgit@andrewclark.io\u003e in a2e05b6c148b25590884e8911d4d4acfcb76a487\n\nTODO: Scheduler no longer requires these methods to be polyfilled. But\n  =\u003e packages/scheduler/src/__tests__/SchedulerBrowser-test.js:77:7\n  =\u003e added 1 month ago by Andrew Clark \u003cgit@andrewclark.io\u003e in a2e05b6c148b25590884e8911d4d4acfcb76a487\n\nTODO: Scheduler no longer requires these methods to be polyfilled. But\n  =\u003e packages/scheduler/src/forks/SchedulerHostConfig.default.js:77:7\n  =\u003e added 1 month ago by Andrew Clark \u003cgit@andrewclark.io\u003e in a2e05b6c148b25590884e8911d4d4acfcb76a487\n\nTODO: useTransition hook instead.\n  =\u003e fixtures/concurrent/time-slicing/src/index.js:110:11\n  =\u003e added 3 weeks ago by Sebastian Markbåge \u003csebastian@calyptus.eu\u003e in 3ad076472ce9108b9b8a6a6fe039244b74a34392\n\n128 TODOs Found 📝\n```\n\nCheck out [an example](https://www.tickgit.com/browse?repo=github.com/kubernetes/kubernetes) of the TODOs tickgit will surface for the Kubernetes codebase.\n\n#### Coming Soon\n\n- [x] Blame - get a better sense of how old TODOs are, when they were introduced and by whom\n- [ ] Context - more visibility into the lines of code _around_ a TODO for greater context\n- [ ] More `TODO` type phrases to match, such as `FIXME`, `XXX`, `HACK`, or customized alternatives.\n- [ ] More configurability (e.g. custom ignore paths)\n- [ ] Markdown parsing\n- [ ] More thorough historical stats\n\n### Installation\n\n#### Homebrew\n\n```\nbrew tap augmentable-dev/tickgit\nbrew install tickgit\n```\n\n### Usage\n\nThe most up to date usage will be the output of `tickgit --help`.\n\n### API\n\nTo find information about using the tickgit API, see [this file](https://github.com/augmentable-dev/tickgit/blob/master/docs/API.md).\n","funding_links":[],"categories":["Code Analysis","Go","相关工具","代码分析","相关工具`go相关工具和插件`","Libraries for creating HTTP middlewares"],"sub_categories":["Routers","代码分析","路由器"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentable-dev%2Ftickgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugmentable-dev%2Ftickgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentable-dev%2Ftickgit/lists"}