Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-rollcall

A CLI tool to scan a directory for git repositories and report their status.

Features

  • Discovery: Identifies git repositories in a target directory.
  • Status Checks:
    • Clean/Dirty working directory.
    • Local branch count.
    • Remote existence.
    • Push status (checks if all local branches are synced with remote).
  • Summary: Displays a formatted table and aggregate statistics.

Installation

Ensure you have uv installed. Then, clone this repo and install the tool.

git clone git@github.com:Conor-McLeod/repo-rollcall.git
cd repo-rollcall
uv tool install .

Usage

rollcall <path-to-projects-directory>

Example:

rollcall ~/Projects

About

A CLI tool to scan a directory for git repositories and report their status

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages