timkurvers / git-scrape

Scrapes local git repos and reports on their current state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Scrapes local git repos and reports on their current state

License:MIT License


Languages

Language:Shell 100.0%