Checks the git status for all repositories found under the specified directory.
Project description
Contents
Overview
AllGitStatus is a Text-based user interface (TUI) that checks the git status for all repositories found under the specified directory. It can be used to quickly understand the status of multiple repositories stored under the same common ancestor. Additionally, it can be used to pull or push changes to/from a remote when changes are detected.
[Screenshot of AllGitStatus]
https://github.com/user-attachments/assets/332f21a7-b56c-40e8-a33b-d56c079aab64
[Demo of AllGitStatus]
How to use AllGitStatus
AllGitStatus can be run directly via uv or installed as a python package.
Running with uv
Ensure that uv is installed and available on the path. Instructions on installing uv are available at https://docs.astral.sh/uv/#installation.
| Command Line | Scenario |
|---|---|
uvx AllGitStatus |
To run using the current directory as the root of all git repositories. |
uvx AllGitStatus <path to directory> |
To run using the specified directory as the root of all git repositories. |
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
| 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file allgitstatus-0.6.3.tar.gz.
File metadata
- Download URL: allgitstatus-0.6.3.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09ba178b2d193651ee13491d0adea6ba98f019552ca115717a3c01db292cf053
|
|
| MD5 |
a01262f2200d5fbdee7c6e81dd315ed1
|
|
| BLAKE2b-256 |
9b11dbdf99e7e2d53651a16ca2c1dba74f28ff62a0bd76ae1de86a4c2db51268
|
File details
Details for the file allgitstatus-0.6.3-py3-none-any.whl.
File metadata
- Download URL: allgitstatus-0.6.3-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad4e97bfba190d24cddc331edfe6cafd70f908db3ecf571d57c39d94d8e7f998
|
|
| MD5 |
9caf066ae21c1526800518455417ec75
|
|
| BLAKE2b-256 |
fd51e567fd4f703091f629d940355ee80fe27fe75a7d0acf49aa82c310099fd2
|