Stats Cat🐈 is a CLI tool to get statistics of your all git repositories.
Usage: statscat [-d dir] [-a author] [--since since] Examples: statscat # get the statistics of all repositories in current directory statscat -d /directory -a author --since 1.week # get the statistics of all repositories under /directory, author is author name, since is from 1 week agoFlags: -a, --author string author name to be calculated, default is all authors -d, --dir string directory to be calculated, statscat will search recursively, default is current directory (default ".") -h, --help help for statscat --since string show stats more recent than a specific date