gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
Bumps [tui-textarea](https://github.com/rhysd/tui-textarea) from 0.5.2 to 0.5.3. Release notes Sourced from tui-textarea's releases. v0.5.3 &TextArea now implements Widget trait. (#78) Now the reference can be passed to ratatui::terminal::Frame::render_widget method call directly....
Any attempt to unstage one or more lines in a staged file results in an unexpected panic. Steps to reproduce the behavior: 1. Stage a file with changes 2. Select...
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.27.0 to 0.28.1. Release notes Sourced from crossterm's releases. 0.28 Version 0.28 Added ⭐ Capture double click mouse events on windows (#826) (De)serialize Reset color (#824) Add...
**Describe the bug** Installing with cargo takes forever. Both with current stable and nightly, from crates.io, from git, locked or not. The build always gets stuck at: Compiling git2-hooks v0.3.1...
**Is your feature request related to a problem? Please describe.** The text is unreadable on light background. **Describe the solution you'd like** Simplest one - optionally disable file highlighting. **Describe...
**Is your feature request related to a problem? Please describe.** Selecting a line overrides its FG colour. **Describe the solution you'd like** The FG colour is preserved if `selection_fg` is...
**Describe the bug** The latest version of gitui available as a binary on Manjaro ARM is 0.21.0-2, which is too old for me, given the latest release is v0.26.3. So...
It looks like support was available/built-in, but possibly left out for some reason? Happy to rework, this is just to start conversations :) This Pull Request fixes/closes #2263. I followed...
### Discussed in https://github.com/extrawurst/gitui/discussions/2259 Originally posted by **Obstbeeren** June 7, 2024  I do have `http.sslverify` set to false.
## Scenario I installed `gitui` on my bash. Unfortunately, the command bar display didn’t turn out well. This happened because of some customizations to my terminal theme. In the `gitui`...