/git-scrape

Scrapes local git repos and reports on their current state

Primary LanguageShellMIT LicenseMIT

git scrape

MIT License

Scrapes local git repos and reports:

  • Untracked, modified, deleted files and their staging state
  • Whether changes should be pushed to a remote tracking branch

git-scrape

Installation

Add as a bundle through Antigen:

antigen bundle timkurvers/git-scrape

Usage

Defaults to current working directory:

git scrape

Or may be given a directory to search under:

git scrape ~/repos

Pass through additional flags to git status as the second positional argument:

git scrape . --ignored