gitui
gitui copied to clipboard
Blazing π₯ fast terminal-ui for git written in rust π¦
The following focus keybindings seem to have been deprecated: ``` focus_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)), focus_left: Some(( code: Char('h'), modifiers: ( bits: 0,),)), focus_above: Some(( code: Char('k'),...
The popup used for text input is fine in most cases but generates many requests for features in the multiline case, particularly the commit message. There are several open requests...
This Pull Request fixes/closes #{issue_num}. It changes the following: - Updates Ratatui to 0.24.0 - Removes Backend Generic parameter pretty much everywhere it was used I followed the checklist: -...
**Describe the bug** Suppose we have folder structure like this ``` ββπ level_1 β βββπ level_2 β βββ File1 ββπ level_1 βββπ level_2 β βββπ level_3 β βββ File2 βββFile3...
This Pull Request fixes/closes #1635. It changes the following: - Added a warning_text to styles - Updated warning for commit message to display yellow text at 50 glyphs and red...
**Is your feature request related to a problem? Please describe.** The waning coloring on the commit message is quite restrictive. Especially when company want to tag some commits with the...
I am not sure if this is a bug or intended behavior. **Describe the bug** On Status and Files tabs (1 & 3) buttons PgUp and PgDn seem to be...
**Is your feature request related to a problem? Please describe.** I want to view the diffs of multiple files in a folder when the folder is selected. It's frustrating to...
Would be fantastic a better flow of resolving conflicts on merge/rebase, something like that occurs on _lazygit_.
rustfmt.toml now has `newline_style ="Unix"` this really messes things up on windows since running cargo fmt now converts all line endings to unix. git (and gitui) report this as a...