0.2.0 • Published 7 years ago

gstat v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

gstat

Git repo stats reporter application for the terminal

gstat on npm

Installation

Install gstat globally:

npm install -g gstat

Usage

gstat takes a directory or glob of directories:

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