Skip to content

A tool to visualize git commit history as a heatmap.

Notifications You must be signed in to change notification settings

shediao/git-heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-heatmap

A tool to visualize git commit history as a heatmap.

Usage

git-heatmap add to your PATH environment variable

git heatmap [--email <email-pattern>] [--glyph <glyph>] [/path/to/repo]

screenshot

  • common usage example: gif

  • square glyph: screenshot

  • fisheye glyph: screenshot

Options

Usage:
  git-heatmap [options]... <repository>

Options:
 -h, --help                      show help info
     --repo <arg>                git repository path
 -e, --email <arg>               author email pattern(default: git config --get user.email)
 -b, --branch <arg>              branch name (default: HEAD)
 -w, --weeks <N>                 the number of display weeks
     --scheme <arg>              color scheme (default: default)
                                 (choices: default,dracula,vibrant)
     --glyph <arg>               heatmap glyph (default: square)
                                 (choices: block,square,dot,fisheye,diamond,plus)
 -d, --debug                     enable debug mode (default: false)


Positionals:
 repository                      alias of --repo

License

no license

About

A tool to visualize git commit history as a heatmap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published