gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
currently (un)staging/reset hunk uses an obscure method that requires specific diff mechanics and therefore broke recently: #1746 the cleaner approach is to use the info about a hunk (what line...
**Describe the bug** Selecting multiple lines doesn't appear to work on macOS using the Apple Terminal. This appears to be to do with the terminal rather than the OS, since...
see https://github.com/helix-editor/nucleo. seems pretty new (release `0.0.0`) and not sure it will work as a drop-in replacement yet. but seems pretty fast. depends on https://github.com/helix-editor/nucleo/issues/15
fix for https://github.com/extrawurst/gitui/issues/1316 resubmitting after commit cleanup the actual fix is - if execution fails on windows - attempt to rerun as `cmd /c ` - if that fails then...
**Is your feature request related to a problem? Please describe.** Currently you can only view the log of HEAD, tags, branches and stashes. But I can't enter an arbitrary git...
This Pull Request fixes/closes #1729. It changes the following: - Restore the left-arrow shortcut in the diff view. This is usually a more natural keybind to use when entering the...
It changes the following: - Adds a new tab for worktrees - Can run in bare repositories - Changing current worktrees - Lock/Unlock Worktree - Prune/Force Prune worktree - Indicate...
**Describe the bug** It is not possible to configure the color of the title of the currently active block directly. That's the orange part on the following screenshot:  As...
new PR for #1662 - the old one was getting cluttered OK. we are close :-) I did everything you said. Notes: Should stash msg dialog be multi or single?...