Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/buntec/git-summary
- Owner: buntec
- License: bsd-3-clause
- Created: 2021-10-30T20:05:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T19:42:49.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T22:48:17.153Z (over 1 year ago)
- Topics: cli, git
- Language: Haskell
- Homepage:
- Size: 161 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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.