Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buntec/git-summary

git-summary is a command-line tool that displays a concise status summary of all git repos under a given root (which defaults to the current working directory).
https://github.com/buntec/git-summary

cli git

Last synced: about 1 month ago
JSON representation

git-summary is a command-line tool that displays a concise status summary of all git repos under a given root (which defaults to the current working directory).

Awesome Lists containing this project

README

        

# git-summary

![A screenshot](screenshot1.png)

A command-line tool that displays a concise status summary of all git repos under a
given root (which defaults to the current working directory).

Use `git-summary --help` for a list of options.

Stand-alone binaries for Linux, macOS and Windows are available on
the [release page](https://github.com/buntec/git-summary/releases).

The only prerequisite is git itself, which must be on your PATH.

To install, simply download and extract the binary for your OS and copy it to a location on your PATH.
On macOS, running it the first time will most likely require manual unblocking under
System Preferences -> Security & Privacy.

The tool is written in Haskell and heavily inspired
by this [bash script](https://github.com/MirkoLedda/git-summary) of the same name.