ggit

command module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2023 License: MIT Imports: 14 Imported by: 0

README

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:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL