Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timkurvers/git-scrape

Scrapes local git repos and reports on their current state
https://github.com/timkurvers/git-scrape

Last synced: 6 days ago
JSON representation

Scrapes local git repos and reports on their current state

Awesome Lists containing this project

README

        

# git scrape

[![MIT License](https://badgen.net/github/license/timkurvers/git-scrape)](LICENSE.md)

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](https://user-images.githubusercontent.com/378235/27263692-0f7c732c-546f-11e7-8aaa-25937d46f50e.png)

## Installation

Add as a bundle through [Antigen]:

```shell
antigen bundle timkurvers/git-scrape
```

## Usage

Defaults to current working directory:

```shell
git scrape
```

Or may be given a directory to search under:

```shell
git scrape ~/repos
```

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

```shell
git scrape . --ignored
```

[Antigen]: https://github.com/zsh-users/antigen