1
0
Fork
You've already forked gitlogui
0
a minimal GUI for git log
Python 100%
2025年11月13日 17:48:31 +01:00
glu Adds --graph option 2025年11月13日 15:02:18 +01:00
glu-screenshot.png Updates screenshot to show current UI 2025年11月13日 17:48:31 +01:00
README.md Adds screenshot to README.md 2025年11月11日 16:03:19 +01:00

gitlogui — a minimal GUI for git log

I don't need git log that often, in particular its specific pickaxe options. So whenever I do need them I have to dig into the manual page. What was -S or -G again? How do I see the diffs? How do I filter by commit message? Just to many options. To make this easier, I started writing glu, for git log ui.

To use it, just download the single file glu and run it. More details below.

Prerequisites

  • Python 3
  • tkinter, which should usually be installed anyway with Python, I think?

Installation

  • Just download glu, for example like

    curl -o glu https://codeberg.org/harald/gitlogui/raw/branch/main/glu
    
  • Make the file executable or run it as

    python3 glu
    

How it looks

screenshot of the app at commit b937636e7d01233cbd2e350632033d67c362f6d5