home.social

#gitk — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gitk, aggregated by home.social.

  1. Progress on gitlogui. Yes, exactly. A minimal UI for git log.

    New:

    - regex or simple search through the shown text
    - commit graph (--graph option of git log) may be shown

    Suggestions of features to add are welcome.😀

    Same for a professional layout suggestion for the seemingly randomly tossed text entries and check boxes of the UI.

    codeberg.org/harald/gitlogui

    #gitlogui #git #git-log #gitk #tkinter #python

  2. Progress on gitlogui. Yes, exactly. A minimal UI to avoid reading the docs for all those who use it not that often, in particular with pickaxe options.

    Now on codeberg: codeberg.org/harald/gitlogui

    Suggestions of features to add are welcome.😀

    #gitlogui #git #git-log #gitk #tkinter #python #tkinter

  3. New project.

    If there is something I can't quite remember: the multitude of git log options. There should be a simple UI which makes this easier. Somewhat like gitk for git in general, but with as many useful options shown as understandable buttons as possible.

    I also wanted to toy with tkinter a bit. The last few hours brought up this minimally functional thing, which seems to be a good start. Suggestions of features to add first are welcome.😀

    #git #git-log #gitk #tkinter #python #gitlogui