GitExplorer
GitExplorer comes from the necessity of get the status of all my local repositories. This tool will scan all your projects searching for git repositories and extract the project name, status and files unstaged.
Installation
Linux:
~$ gem install git_explorer
Usage example
Start explore with:
~$ git-explore <root_path>
All your git repositories from
<project_name> is up_to_date on branch master
<project_name> is up_to_date on branch master
<project_name> is not_staged on branch master
path/to/file
path/to/file
path/to/file
path/to/file
Release History
- 0.1.0
- Work in progress.
Meta
Alex Rocha - about.me