git-statuses-0.1.0 is not a library.
git-statuses
A command-line tool to display the status of multiple Git repositories in a clear, tabular format.
Features
- Scans directories recursively for Git repositories
- Displays status (clean/dirty, branch, etc.) in a table
- Fast and user-friendly CLI
- Useful for developers managing many repositories
Installation
You need Rust installed.
Or clone and build manually:
Usage
Run in any directory to scan for Git repositories:
Usage: git-statuses [OPTIONS] [DIR]
Arguments:
[DIR] Directory to scan [default: .]
Options:
-a, --all Recursively scan all subdirectories
-r, --remote Show remote URL
-h, --help Print help
-V, --version Print version
Output
The tool prints a table with the following columns:
- Path
- Branch
- Status (clean/dirty)
- Ahead/Behind
Development
- Requires Rust 1.85+ (edition 2024)
- Linting:
cargo clippy - Tests:
cargo test
Contributing
Contributions are welcome! Please open issues or pull requests.