Skip to content

Display plot of changes in repo - count of lines or changed lines

Notifications You must be signed in to change notification settings

izikeros/git-commits-graph

Repository files navigation

Git commits graph

pre-commit.ci status Maintainability

Display plot of changes in repo - count of lines or changed lines

Installation

Use pip to install the package:

$ pip3 install git-commits-graph

or pipx to install in isolated environment:

$ pipx install git-commits-graph

Usage

plot timeline of both added and removed lines in your repo:

$ git-commits-graph your-repo-path -c

changes

plot lines count evolution in time.

$ git-commits-graph your-repo-path -t

lines to see all options:

$ git-commits-graph --help
Usage: git-commits-graph [OPTIONS] GIT_DIR

  Plot git commits timeline main function.

Options:
  -b, --branch TEXT               git repository branch to browse.
  -s, --style TEXT                matplotlib plotting style to use.
  -c, --changes                   plot timeline of both added and removed
                                  lines.
  -t, --total-lines               plot lines count time evolution.
  -g, --aggregate-by TEXT         aggregate by: Y - year, M - month, W - week,
                                  D - day
  -l, --log-scale                 aggregate by day
  -a, --list-available-plot-styles
                                  list available plot styles and exit.
  -e, --engine TEXT               plotting engine to use (matplitlib | plotly)
  -o, --output-file TEXT          output file name (for plotly backend)
  --help                          Show this message and exit.

Related Projects

danielfleischer/git-commits-lines-graph - A small python script to visualize the number of lines in a project, as a function of time.

License

MIT © Krystian Safjan.

About

Display plot of changes in repo - count of lines or changed lines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages