a simple git-manager ui
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Readme

+16
+16
README.md
··· 1 + # gitui 2 + Lightweight terminal Git UI, simpler than lazygit. 3 + 4 + [Live Demo](https://tangled.org/ijadux2.tngl.sh/gitui) 5 + 6 + ## Features 7 + - Vim-style nav (`j/k` move, `Enter` select, `q` quit) 8 + - Catppuccin Mocha theme 9 + - Zero external dependencies (uses Python's built-in `curses`) 10 + - Git actions: Commit, Push, Remote Add, Stash, New Branch 11 + - Displays current branch + git status 12 + 13 + ## Run 14 + ```bash 15 + python3 gitui.py 16 + ```