Manage a workspace of git repositories
wcheck compares different workspaces of git repositories and reports their differences. It supports local workspaces and YAML configuration files (vcstool format).
uv tool install wcheck # Basic
uv tool install 'wcheck[gui]' # With GUI (PySide6)
uv tool install 'wcheck[tui]' # With TUI (Textual)
uv tool install 'wcheck[gui,tui]' # With both# Check status of all repositories
wcheck status
# Compare with configuration file
wcheck wconfig -c workspace.yaml
# Interactive terminal interface
wcheck status --tui📖 Full documentation: https://pastord.github.io/wcheck/
- Installation Guide - Detailed installation instructions
- Quick Start - Get started in minutes
- CLI Reference - Complete command reference
- Configuration Files - YAML file format
MIT License - see LICENSE for details.