{"id":18062088,"url":"https://github.com/james-leste/git-counter","last_synced_at":"2026-02-07T07:34:04.016Z","repository":{"id":257956945,"uuid":"866710840","full_name":"James-Leste/git-counter","owner":"James-Leste","description":"@git-counter is a self-used tool that records and analyzes all the Git commands you have run on your machine and generates corresponding reports","archived":false,"fork":false,"pushed_at":"2024-12-14T13:54:38.000Z","size":42,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-14T14:30:34.613Z","etag":null,"topics":["command-line-tool","plugin","python","shell","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/James-Leste.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-02T18:32:25.000Z","updated_at":"2024-12-14T13:54:42.000Z","dependencies_parsed_at":"2024-10-17T04:50:58.849Z","dependency_job_id":"1ba8bfc5-ab5b-4bcf-931b-ba44740604fc","html_url":"https://github.com/James-Leste/git-counter","commit_stats":null,"previous_names":["james-leste/git-counter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-Leste%2Fgit-counter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-Leste%2Fgit-counter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-Leste%2Fgit-counter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/James-Leste%2Fgit-counter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/James-Leste","download_url":"https://codeload.github.com/James-Leste/git-counter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230327233,"owners_count":18209136,"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":["command-line-tool","plugin","python","shell","utility"],"created_at":"2024-10-31T05:05:39.162Z","updated_at":"2026-02-07T07:34:03.964Z","avatar_url":"https://github.com/James-Leste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-counter\n\n## Intro\n\n@git-counter is a self-used tool that records and analyzes all the Git commands you have run on your machine and generates data insight.\n\n## Ask yourself before using git-counter\n\n-   Have you ever encounter situations where you forget a Git command that you have used a lot but failed to recall its usage?\n-   Have you ever wondered which are your most used Git commands?\n-   Would you like an intuitive way to understand how you use Git in your developement?\n\nIf you answered 'yes' in one of the questions, git-counter is a good tool for you!\n\n## Usage\n\nAdd the following alias to `.bashrc` or `.zshrc` and `source .zshrc`\n\n```shell\nalias git='/Location/Of/Script/git_logger.sh'\n```\n\nGive `git-logger.sh` executable permission\n\n```shell\nsudo chmod 765 git-logger.sh\n```\n\nRun `git-logger.sh`\n\n```python\n# Just type any git commands and they will be recorded\n```\n\nRun analysis\n\n```python\npython analysis.py\n```\n\n## Example output report\n\n![alt](example/insight.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-leste%2Fgit-counter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames-leste%2Fgit-counter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-leste%2Fgit-counter/lists"}