gitu
gitu copied to clipboard
A TUI Git client inspired by Magit
I'm not sure, if gitu calls vi[m] or `$EDITOR` itself of if it just calls `git commit`. If it calls it itself, then it would be good to add the...
(I'm sure it's not being called transients in gitu but I hope you understand it nevertheless) It would be great to be able to add commands as new transient window...
Hi, I am a long term magit user, so one thing which was missing from the start when I tried gitu ( a wonderful idea!) was the missing completion. But...
Hello! Thank you very much for your work! The title pretty much says it all, the value set in `help_menu.quit` is ignored (both the default one and a custom one),...
Spawned from: https://github.com/altsem/gitu/issues/255 Relates to: https://github.com/altsem/gitu/issues/252 There's a lot of duplicated bindings config to quit menus. This was done as a workaround to keep other things simpler for a moment....
Spawned from: https://github.com/altsem/gitu/issues/255 Gitu should probably exit right away when pressing Ctrl+C
Spawned from: https://github.com/altsem/gitu/issues/255 loading a config with invalid bindings fails silently: ```toml [bindings] root.quit = ["ctrl+g", ""] ```
git merge?
Hey there, I'm loving gitu so far! Just wanted to ask if `git merge` could be implemented. Maybe keybind 'm' could work? Thanks and best wishes!