pygitzen
Python-native terminal-based Git client inspired by LazyGit
TLDR
Launch the Git TUI in the current repository
$ pygitzen
SYNOPSIS
pygitzen [options]
DESCRIPTION
pygitzen is a terminal-based Git client with a multi-panel interface displaying status, staged changes, unstaged changes, branches, commits, patches, and stash. It supports branch-aware commit filtering, push status indicators, and customizable keybindings via TOML configuration files. Navigation uses vim-style keys.
CAVEATS
Must be run inside a Git repository.
HISTORY
pygitzen was created by SunnyTamang and is written in Python.

