{"id":17681272,"url":"https://github.com/madeindjs/git_track","last_synced_at":"2025-10-28T23:37:42.950Z","repository":{"id":62439552,"uuid":"122335085","full_name":"madeindjs/git_track","owner":"madeindjs","description":"Log time spent on each branch for a Git repository","archived":false,"fork":false,"pushed_at":"2018-02-22T15:34:01.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T00:08:57.744Z","etag":null,"topics":[],"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/madeindjs.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}},"created_at":"2018-02-21T12:43:46.000Z","updated_at":"2018-02-22T15:32:02.000Z","dependencies_parsed_at":"2022-11-01T21:52:55.841Z","dependency_job_id":null,"html_url":"https://github.com/madeindjs/git_track","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/madeindjs%2Fgit_track","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fgit_track/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fgit_track/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fgit_track/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeindjs","download_url":"https://codeload.github.com/madeindjs/git_track/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365651,"owners_count":20765549,"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-24T09:10:41.762Z","updated_at":"2025-10-28T23:37:42.871Z","avatar_url":"https://github.com/madeindjs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git_track\n\n![Crate sticker](https://img.shields.io/crates/v/git_track.svg)\n\nLog time spent on each branch for a Git repository.\n\n## Usage\n\nStart to `watch` your repository. This will create  *.git_track.log* file. Each minute, **Git_track** will log your current branch in this file.\n\n~~~bash\n$ git_track --watch\n~~~\n\nThen, to get a report juste enter `git_track`:\n\n~~~bash\n$ git_track\n    master             0.8\n    develop            3.5\n    feature/fatec_dae  21.5\n~~~\n\nYou can remove log for a specifi branch using `--delete`:\n\n~~~bash\n$ git_track --delete master\n    develop            3.5\n    feature/fatec_dae  21.5\n~~~\n\n## Installation\n\n~~~bash\n$ cargo install git_track\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fgit_track","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeindjs%2Fgit_track","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fgit_track/lists"}