Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Git repo stats reporter application for the terminal

Awesome Lists containing this project

README

        

# gstat
Git repo stats reporter application for the terminal

[![gstat on npm](https://nodei.co/npm/gstat.png?downloads=true)](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:

![gstat command example](https://github.com/perry-mitchell/gstat/raw/master/gstat-example.png)