Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timkurvers/git-scrape
- Owner: timkurvers
- License: mit
- Created: 2014-10-30T15:59:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T09:53:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T03:20:06.731Z (about 1 month 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
[![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