https://github.com/timkurvers/git-scrape
Scrapes local git repos and reports on their current state
https://github.com/timkurvers/git-scrape
Last synced: 5 months ago
JSON representation
Scrapes local git repos and reports on their current state
- Host: GitHub
- URL: https://github.com/timkurvers/git-scrape
- Owner: timkurvers
- License: mit
- Created: 2014-10-30T15:59:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T09:53:49.000Z (over 2 years ago)
- Last Synced: 2025-01-01T04:16:23.721Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
## 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