DEV Community

Discussion on: mycontribution - View Your Contribution Graph From the Terminal

Collapse
 
olegthelilfix profile image
Oleg Aleksandrov

How about that: Gihhub profile page contains information about the correct order of months and you can use it. Something like

declare -A animals=( ["Jan"]="    J a n" [" Feb"]="  F e b" .... )

And after that mapping GitHub months format to your script months format.