mirror of
https://github.com/taigrr/gico.git
synced 2026-04-01 18:58:59 -07:00
703 B
703 B
GiCo
Goals:
- Provide a git post-commit hook binary that allows you to track commit frequency locally
- requires a lock file
- Save a history locally to a JSON file
- requires a lock file
- Provide functionality to display the data:
- bubbletea interactive, scrollable graph
- one-shot printed graph for a date range (default 1 year)
- print out commit count
- today
- this week
- this month
- this year
- Provide an import method to add old repos to history
- Expose parsing / counting functions to other libraries
Future:
- possibly use a client-server model to make the execution of the git hook much faster (no need to load, parse, save the file every execution)