Skip to content

Repository files navigation

Project:License

Package:PyPI - Python VersionPyPI - VersionPyPI - Downloads

Development:uvrufftypytestCICode CoverageGitHub commit activity

Contents

Overview

AllGitStatus is a Text-based user interface (TUI) application that displays the git status of all repositories found under a specified directory. Perfect for developers managing multiple repositories who need a quick, comprehensive overview of their project states without navigating into each one individually.

screenshot

[Screenshot of AllGitStatus]

demo.mp4

[Demo of AllGitStatus]

Features

Local Git Information:

  • Current branch name with detached HEAD detection
  • Local changes summary (staged ✅, unstaged 🟡, untracked ❓)
  • Stash count (🧺)
  • Remote sync status showing commits to push (🔼) or pull (🔽)

GitHub Integration (when a GitHub PAT is provided):

  • Stars (⭐), forks (🍴), and watchers (👀) count
  • Open issues with labels and authors (🐛)
  • Open pull requests with draft status (🔀)
  • Security/Dependabot alerts with severity breakdown (🔒🔔⚠️🚨)
  • CI/CD workflow status (✅❌⏳)
  • Repository archived status (📦)

Python Dependency Auditing (requires uv):

  • Vulnerability scanning via uv audit for Python repositories (✅⚠️)

How to use AllGitStatus

Run directly with uvx (no installation required):

Check all repositories under the current directory

uvx AllGitStatus

Check repositories under a specific directory

uvx AllGitStatus /path/to/projects

Enable GitHub integration with a Personal Access Token (NOT RECOMMENDED)

uvx AllGitStatus --pat ghp_your_token_here

The PAT can also be a path to a file containing the token (RECOMMENDED)

uvx AllGitStatus --pat ~/.github_pat

Or use an environment variable for the PAT

export ALLGITSTATUS_PAT=ghp_your_token_or_filename_here
uvx AllGitStatus

Enable debug mode for troubleshooting

uvx AllGitStatus --debug

Running as a python package

Install AllGitStatus as a python package using the instructions below.

Command LineScenario
AllGitStatusTo run using the current directory as the root of all git repositories.
AllGitStatus <path to directory>To run using the specified directory as the root of all git repositories.

Installation

Note that installation is not required when running AllGitStatus via uvx.

Installation MethodCommand
Via uvuv add AllGitStatus
Via pippip install AllGitStatus

Verifying Signed Artifacts

Artifacts are signed and verified using py-minisign and the public key in the file ./minisign_key.pub.

To verify that an artifact is valid, visit the latest release and download the .minisign signature file that corresponds to the artifact, then run the following command, replacing <filename> with the name of the artifact to be verified:

uv run --with py-minisign python -c "import minisign; minisign.PublicKey.from_file('minisign_key.pub').verify_file('<filename>'); print('The file has been verified.')"

Development

Please visit Contributing and Development for information on contributing to this project.

Additional Information

Additional information can be found at these locations.

TitleDocumentDescription
Code of ConductCODE_OF_CONDUCT.mdInformation about the norms, rules, and responsibilities we adhere to when participating in this open source community.
ContributingCONTRIBUTING.mdInformation about contributing to this project.
DevelopmentDEVELOPMENT.mdInformation about development activities involved in making changes to this project.
GovernanceGOVERNANCE.mdInformation about how this project is governed.
MaintainersMAINTAINERS.mdInformation about individuals who maintain this project.
SecuritySECURITY.mdInformation about how to privately report security issues associated with this project.

License

AllGitStatus is licensed under the MIT license.

About

Checks the git status for all repositories found under the specified directory.

Resources

Code of conduct

Contributing

Security policy

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages