Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
gitling
command
Command gitling prints a compact, at-a-glance dashboard for the git repo in the current directory: repo vitals, an activity heatmap, top contributors, and codebase growth.
|
Command gitling prints a compact, at-a-glance dashboard for the git repo in the current directory: repo vitals, an activity heatmap, top contributors, and codebase growth. |
|
internal
|
|
|
aggregate
Package aggregate turns raw commits into the per-panel metrics the dashboard needs, and holds the in-memory shape that the cache persists.
|
Package aggregate turns raw commits into the per-panel metrics the dashboard needs, and holds the in-memory shape that the cache persists. |
|
cache
Package cache persists derived aggregates so repeat runs only process commits newer than the last one seen.
|
Package cache persists derived aggregates so repeat runs only process commits newer than the last one seen. |
|
gitdata
Package gitdata is the git interaction layer for gitling.
|
Package gitdata is the git interaction layer for gitling. |
|
render
Package render draws the dashboard to an io.Writer.
|
Package render draws the dashboard to an io.Writer. |
Click to show internal directories.
Click to hide internal directories.