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 will be scanned and the output will be similar to:

project <project_name> is up_to_date on branch master -> []
project <project_name> is up_to_date on branch master -> []
project <project_name> is not_staged on branch  -> ["<file_name>", "<file_name>", "<file_name>"]

Release History

  • 0.1.0
    • Work in progress.

Meta

Alex Rocha - about.me