Git repo manager get status of multiple git repos in one place
Project description
Gitter
A terminal dashboard for monitoring multiple Git repositories. Built with Python and Textual.
Gitter shows the status, current release, and upcoming issues for all your configured repos at a glance — and lets you stage files and write commits without leaving the terminal.
Features
- Multi-repo dashboard — see branch status, release version, and next-release issues for all projects in one view
- Release notes — commits are parsed into tagged releases and issues, displayed as a Markdown panel
- Git commit modal — type/issue/summary fields auto-filled from the branch name, with a staging view for reviewing changes before committing
- Stage/unstage files — double-click files to stage or unstage; one-click stage all / unstage all
- CLI interface —
statusandissuescommands with Rich-formatted tables for use in scripts or pipelines - Auto-refresh — repos are polled every 90 seconds in the background
Requirements
- Python 3.9+
- Git installed and available on
PATH
Installation
git clone https://github.com/bobbyskinnerart/Gitter.git
cd Gitter
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
Usage
TUI (interactive dashboard)
python main.py tui
CLI commands
python main.py status # Table of all projects with status and release info
python main.py issues # All issues grouped by project and release
python main.py issues -p <project> # Filter by project name
python main.py issues -r <release> # Filter by release tag
python main.py version # Print version
Key bindings (TUI)
| Key | Action |
|---|---|
Ctrl+K |
Commit selected project |
Ctrl+A |
Add project |
Ctrl+E |
Edit selected project |
Ctrl+D |
Delete selected project |
Ctrl+R |
Toggle release notes panel |
Ctrl+L |
Toggle log panel |
Ctrl+Q |
Quit |
Double-click a project row to edit it.
Configuration
Projects are stored in ~/.gitter as JSON. Add a repo via Ctrl+A in the TUI or by editing the file directly.
Each project entry supports:
| Field | Description |
|---|---|
name |
Display name |
directory |
Absolute path to the git repo |
tagBranch |
Branch where release tags live (e.g. main) |
issuePrefixes |
Issue prefixes to detect in commit messages (e.g. GIT, PROJ) |
prPatterns |
PR number patterns (regex) |
groups |
Optional grouping labels |
favorite |
Mark as favorite |
License
MIT — see LICENSE.md for details.
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 gitterapp-0.1.15.tar.gz.
File metadata
- Download URL: gitterapp-0.1.15.tar.gz
- Upload date:
- Size: 37.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35f376e355375942cc6ecfce0f89fa1ee838cf3ed3e2bc3b204fd2bd2afe2f59
|
|
| MD5 |
f1aebad5180c5b4b0b14a6e27ac1b446
|
|
| BLAKE2b-256 |
f35625758dff18a1b7eeecada4eb4a6cbc2324154150adcafa3d8da680da945a
|
File details
Details for the file gitterapp-0.1.15-py3-none-any.whl.
File metadata
- Download URL: gitterapp-0.1.15-py3-none-any.whl
- Upload date:
- Size: 47.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
105a5c5618ca0eb4a485c2a13484bdd70290e3badf70803c3e4b061c7f401229
|
|
| MD5 |
13c3dbf93eec9e25a17b4df9dd6d87f3
|
|
| BLAKE2b-256 |
e45ebb8cb9d1be7f04e7f9ee6ea263fee4a3f5f880bb792d43e93947c296d8c0
|