Project

gitindex

0.0
No commit activity in last 3 years
No release in over 3 years
Traverses your directory structure, starting at a specified location, and creates an HTML tree of your git repositories. Will also link to the origin remote if it exists.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

github-index

Utility to generate an index of your local git repositories

Installation

gem install gitindex

Usage

From any directory, run executable with

gitindex

Command line interface will prompt you to select a directory to map. Directories can use relative or absolute paths. If left blank, gitindex will map your current directory.

In the selected directory, an index.html file will be generated listing all detected repositories, in a tree-like format. If the repo includes an origin remote, the name of the repository will be a hyperlink to the remote.

Since gitindex recursively indexes all directories, it is recommended that you do NOT run this program on your home directory.