Skip to content

Maverobot/ggit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status MIT License Codacy Badge

ggit

A simple program to list status of all repositories under a given directory

Getting Started

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

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:

About

A simple program to list status of all repositories under a given directory

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages