from Hacker News

Show HN: Contribution Graph as a Git Command

by aaossa on 5/27/22, 5:20 PM with 11 comments

  • by aaossa on 5/27/22, 5:20 PM

    Hi HN!

    A while ago I saw a CLI to display the GitHub contribution graph in a console, so I came up with the idea of a custom git command that made the exact same graph but based on the current repository.

    If you like it or have any feedback about the tool itself and its code, just leave a comment. Thank you for your attention :)

  • by jph on 5/27/22, 7:00 PM

    Great tool! Want to add it to GitAlias?

    See the git alias `git-chart` for example.

    https://github.com/gitalias/gitalias

  • by dariusj18 on 5/27/22, 6:33 PM

    you could also use these characters in a --no-color mode

    https://en.wikipedia.org/wiki/Block_Elements

  • by influx on 5/27/22, 9:03 PM

    This was way less code than I expected it to be. Nice!
  • by floatinglotus on 5/27/22, 9:07 PM

    Does anyone know of a way to list number of commits to a project by email domain? Is that even possible?