Skip to content

Generates an SVG graph of GitHub commit activity by hour for given repos or all repos for a given GitHub account, and optionally filtered to a specific user

License

Notifications You must be signed in to change notification settings

HariSekhon/GitHub-Commit-Times-Graph

Repository files navigation

Hari Sekhon - GitHub Commit Times Graph

GitHub stars GitHub forks Lines of Code License My LinkedIn GitHub Last Commit

Codacy CodeFactor Quality Gate Status Maintainability Rating Reliability Rating Security Rating

Golang Linux Mac

Mac Homebrew Alpine CentOS Debian Fedora Redhat Rocky Ubuntu

CI Builds Overview Azure DevOps Pipeline GitLab Pipeline BitBucket Pipeline

Repo on GitHub Repo on GitLab Repo on Azure DevOps Repo on BitBucket

Validation Kics Grype Semgrep Semgrep Cloud SonarCloud Trivy

GitHub Repo Commit Graph

This Go program generates a graphical representation (PNG) of commit activity by hour for any number of GitHub repositories. It can also filter commits by a specific user or email.

Features

  • Fetch commits from multiple GitHub repositories
  • Visualize commits by hour (0-23)
  • Option to filter commits by username or email
  • Saves output as a PNG graph

Build

To compile the binary:

make

Run

Will fetch all public non-fork repos and for each one the commit log to generate the commits for the graph.

./github-commit-times harisekhon

Result

Commit Hours Graph

More Core Repos

Knowledge

Readme Card Readme Card

DevOps Code

Readme Card Readme Card Readme Card Readme Card

Containerization

Readme Card Readme Card

CI/CD

Readme Card Readme Card

DBA - SQL

Readme Card

DevOps Reloaded

Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card

Misc

Readme Card Readme Card Readme Card

The rest of my original source repos are here.

Pre-built Docker images are available on my DockerHub.

About

Generates an SVG graph of GitHub commit activity by hour for given repos or all repos for a given GitHub account, and optionally filtered to a specific user

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published