Skip to main content

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

Project description

Project: License

Package: PyPI - Python Version PyPI - Version PyPI - Downloads

Development: uv ruff ty pytest CI Code Coverage GitHub 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]

https://github.com/user-attachments/assets/596e3791-ce25-4872-8102-a004c22e5286

[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 (📦)

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 Line Scenario
AllGitStatus To 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 Method Command
Via uv uv add AllGitStatus
Via pip pip 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.

Title Document Description
Code of Conduct CODE_OF_CONDUCT.md Information about the norms, rules, and responsibilities we adhere to when participating in this open source community.
Contributing CONTRIBUTING.md Information about contributing to this project.
Development DEVELOPMENT.md Information about development activities involved in making changes to this project.
Governance GOVERNANCE.md Information about how this project is governed.
Maintainers MAINTAINERS.md Information about individuals who maintain this project.
Security SECURITY.md Information about how to privately report security issues associated with this project.

License

AllGitStatus is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allgitstatus-0.13.0.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

allgitstatus-0.13.0-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file allgitstatus-0.13.0.tar.gz.

File metadata

  • Download URL: allgitstatus-0.13.0.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.4 {"installer":{"name":"uv","version":"0.11.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for allgitstatus-0.13.0.tar.gz
Algorithm Hash digest
SHA256 55ef6197b706ade5efaa0bf6a7ae7d20b58a58f6e0ea3ae741a86b216258cc48
MD5 17e37a33d7a6935f201e9628f57577ad
BLAKE2b-256 d5d8589359044b683936dc0e7b68243b3e0268d23d1222030ef2082308f33d45

See more details on using hashes here.

File details

Details for the file allgitstatus-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: allgitstatus-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.4 {"installer":{"name":"uv","version":"0.11.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for allgitstatus-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 139eac5f3419641f27c0e1aa7b306eff7110f0c23d5edb53acaadd0aab2860c4
MD5 4127f62d72108d7d00acc0b5adc26b56
BLAKE2b-256 8a9f308432493f5fb9f8be91a74cf001e13098608a9b6500a2f9ad5f5519ac3c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page