https://github.com/perry-mitchell/gstat
Git repo stats reporter application for the terminal
https://github.com/perry-mitchell/gstat
command-line command-line-tool git github status
Last synced: about 2 months ago
JSON representation
Git repo stats reporter application for the terminal
- Host: GitHub
- URL: https://github.com/perry-mitchell/gstat
- Owner: perry-mitchell
- License: mit
- Created: 2017-06-09T19:50:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T19:08:59.000Z (about 9 years ago)
- Last Synced: 2025-03-10T09:13:03.544Z (over 1 year ago)
- Topics: command-line, command-line-tool, git, github, status
- Language: JavaScript
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gstat
Git repo stats reporter application for the terminal
[](https://www.npmjs.com/package/gstat)
## Installation
Install `gstat` globally:
```shell
npm install -g gstat
```
## Usage
`gstat` takes a directory or glob of directories:
```shell
gstat /somedir
# or
gstat ~/git/*
```
### Options
Certain flags can be added to the command:
* `-w`: Watch the listed directories for changes every 5 seconds
* `--watch=n`: Watch the listed directories for changes every **n** seconds
* `-h`: Show headings
* `-b`: Show branch
* `--boring`: Disable emojis
## Output
`gstat` outputs a list of matched directories and their statuses:
