gitui
gitui copied to clipboard
Blazing π₯ fast terminal-ui for git written in rust π¦
**Describe the bug** When I push changes via gitui, it does not seem to run my repo's pre-push hook My pre-push hook looks something like: `#!/usr/bin/env bash` `./gradlew detekt ||...
#1751 adds a test that makes symbolic links. This fails on windows unless you are 'root' - see https://doc.rust-lang.org/stable/std/os/windows/fs/fn.symlink_file.html#limitations This means that anybody on windows has to diagnose why this...
### Discussed in https://github.com/extrawurst/gitui/discussions/1928 Originally posted by **VasilisManol** October 18, 2023 Hi, Is there a way to change the theme used in Files tab for syntax highlighting? It is unreadable...
related to #1781
closes #1879, #1924
right now a rename-diff looks like a huge delete-everything and add-everything:
I just renamed `CHANGELOG.md` to -> `CHANGELOG-2.md` and this is how the file history of it looks like: original implementation happened in #381 by @cruessler
**Is your feature request related to a problem? Please describe.** With v0.24, a new feature was added where empty lines are always rendered as `ΒΆ`. When adding a new file...
**Is your feature request related to a problem? Please describe.** Currently reverting a lot of unstaged files is very slow since one cannot do "shift arrow" to mark multiple. So...
Thank you for your work! I haven't tried alternatives yet, but your client is definitely good. There are a few suggestions about the elements of the theme. The `disabled_fg` affects...