git-status-report is a command-line utility that searches a given path for Git repositories and writes a text file listing the status of any repositories.
The git command must be available.
The default output file name is git-status-report.txt.
usage: git-status-report [-h] [-o FILE_NAME] [-t] [dir_name]
Create a simple status report for Git repositories under a given path.
positional arguments:
dir_name Name of directory to scan for Git repositories.
options:
-h, --help show this help message and exit
-o, --output FILE_NAME
Name of output file.
-t, --timestamp Add a timestamp (date_time) tag to the output file
name.