{"id":17077990,"url":"https://github.com/git-quick-stats/git-keyword-stats","last_synced_at":"2026-02-06T08:01:46.162Z","repository":{"id":56874376,"uuid":"73549600","full_name":"git-quick-stats/git-keyword-stats","owner":"git-quick-stats","description":"Gather statistics on keywording in a repo. ","archived":false,"fork":false,"pushed_at":"2024-11-01T21:17:04.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T18:47:54.248Z","etag":null,"topics":["descendents","git","git-swear-stats","gitlog","keyword","statistics","swear"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/git-quick-stats.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"arzzen"}},"created_at":"2016-11-12T11:47:46.000Z","updated_at":"2025-06-15T16:13:33.000Z","dependencies_parsed_at":"2024-11-03T14:15:11.590Z","dependency_job_id":null,"html_url":"https://github.com/git-quick-stats/git-keyword-stats","commit_stats":null,"previous_names":["git-quick-stats/git-keyword-stats"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/git-quick-stats/git-keyword-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-quick-stats%2Fgit-keyword-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-quick-stats%2Fgit-keyword-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-quick-stats%2Fgit-keyword-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-quick-stats%2Fgit-keyword-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-quick-stats","download_url":"https://codeload.github.com/git-quick-stats/git-keyword-stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-quick-stats%2Fgit-keyword-stats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267194218,"owners_count":24050818,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["descendents","git","git-swear-stats","gitlog","keyword","statistics","swear"],"created_at":"2024-10-14T12:18:44.151Z","updated_at":"2025-11-03T17:54:03.325Z","avatar_url":"https://github.com/git-quick-stats.png","language":"Ruby","funding_links":["https://github.com/sponsors/arzzen"],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/git-keyword-stats.svg)](https://rubygems.org/gems/git-keyword-stats) [![Gem](https://img.shields.io/gem/dt/git-keyword-stats.svg)](https://rubygems.org/gems/git-keyword-stats)\n\nHow many times are words, names or functions found in the git repository? \n\n`Git-keyword-stats` will give you some interesting statistics on keywording in a\ngit repository's commit messages. \n\n\n## Installation\n\n```sh\ngem install git-keyword-stats\n```\n\n## Usage\n\n```sh\ngit-keyword-stats --help\n```\n\n```\n    Usage:\n       git-keyword-stats [options] [messages|diffs]\n    \n    Options:\n       -h, --help           Show this screen.\n       --debug              Print out debug messages.\n       --include-merges     Look at merge commits.\n       --no-progress        Don't print out progress information.\n       --last-month         Log since 1 month ago\n       --since=\u003csn\u003e         Log since XY ago\n       --until=\u003cun\u003e         Log until XY ago\n       --config=\u003cfile\u003e      Config file path\n    \n    Readme:\n       https://github.com/git-quick-stats/git-keyword-stats\n```\n\n## Example Output\n\n##### With default keywords\n\n```sh\ngit-keyword-stats \n```\n\n```\n    Reading in git log... done!\n    Parsing git log.\n    \n    +----------------+--------+---------+\n    | Author/Keyword | rename | replace |\n    +----------------+--------+---------+\n    | arzzen         | 2      | 2       |\n    | xiongchiamiov  | 0      | 1       |\n    | James Pearson  | 0      | 5       |\n    +----------------+--------+---------+\n    | Overall        | 2      | 8       |\n    +----------------+--------+---------+\n```\n\n## Custom keywords\n\n##### Example config.yml\n\n```sh\n    # list of keywords\n    keywords:\n        # you can use plain word\n        - 'rename'\n        - 'replace'\n        # you can use regexp\n        - '^(hot|typo|bug)fix$'\n        - '^(love|hate|meh)$'\n        - '^(trash|garbage|rubbish|junk)$'\n        - '^(ture|treu|tuer|flase|fasle|fales)$'\n```   \n\n##### Usage config    \n    \n```sh\ngit-keyword-stats --config=\"path/to/config.yml\"\n``` \n        \n### TL;DR\n\nInspired by [git-swear-stats], [the Linux Kernel Fuck Count] and [its descendent],\n\n[the Linux Kernel Fuck Count]: http://durak.org/sean/pubs/kfc/\n[its descendent]: http://www.vidarholen.net/contents/wordcount/\n[git-swear-stats]: https://github.com/xiongchiamiov/git-swear-stats\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-quick-stats%2Fgit-keyword-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-quick-stats%2Fgit-keyword-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-quick-stats%2Fgit-keyword-stats/lists"}