0.0
No commit activity in last 3 years
No release in over 3 years
A gem that reports on the status of all repos under a given directory.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

>= 0.7.7
 Project Readme

Gem output

Purpose

Prints info on the status of all repos under a given directory.

$ gem install repos_report

How it works

To get a report on the status of repos in a directory:

rep2 [directory]

A note on speed

This tool is optimized for directories that are populated with just repos and nothing else. I have maybe 100-200 projects in my development directory, and it scans that almost instantly. If it's somewhere with thousands of directories and subdirectories, it's not so snappy. I've found the likeliest culprit for suddenly slower behavior is if I've started a few projects in my dev folder without initializing git repos in them (thus requiring the script to search them and all their subdirectories as well in order to ensure it doesn't miss any repos).