gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Blazing πŸ’₯ fast terminal-ui for git written in rust πŸ¦€

Results 470 gitui issues
Sort by recently updated
recently updated
newest added

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'),...

bug

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...

feature-request

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...

bug

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...

good first issue
nostale
feature-request

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...

good first issue
feature-request

**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...

feature-request

Would be fantastic a better flow of resolving conflicts on merge/rebase, something like that occurs on _lazygit_.

feature-request

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...

bug
help wanted
windows
dx