A simple program to list status of all repositories under a given directory
Download the binary and use the program right away:
As example for amd64 in Linux:
wget -qc https://github.com/Maverobot/ggit/releases/download/v0.2.1/ggit_0.2.1_linux_amd64.tar.gz -O - | tar -C ~/.local/bin/ -xz ggit
chmod +x ~/.local/bin/ggit
Usage: ggit [flags]
-color
Whether the table should be rendered with color. (default true)
-depth int
The depth ggit should go searching. (default 2)
-path string
The path to the parent directory of git repos. (default "./")
-update
Try go-github-selfupdate via GitHub
-version
Show version
Example:
# By default, it takes current directory path as input
cd a_folder_with_many_repos
ggit
# Or,
ggit -path path_to_folder_with_many_repos -depth 1
Simple showcase: