-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Zuerst, viele danke for this project of yours!
-
Is your feature request related to a problem?
No -
Describe the solution you'd like.
What if the user could plot a 2D graph of a git project's activity in terms of the number of lines changed per period?
The user would maybe add a date range and the period kind: daily, weekly, monthly, and so on for this feature, and the binary would then spit out a CSV file indicating the number of lines changed in the given period for the y-axis, and the period in a sequential manner would be in the x-axis.The created CSV file would then be used by the user as an input to a plotting library of their choosing.
-
Describe alternatives you've considered.
None yet. -
Add any other context about the feature request.
This can be done easily with any scripts, Powershell, Python, or a bash script for UNIX along with already existinggitflags. But by any chance, you might be interested in integrating this proposed feature to your project.I can implement the code myself and make pull requests by following your guidelines on how you think the codes should be implemented if you'd like.