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

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] unstagging all files and...

feature-request

### Describe the bug `cargo install gitui` fails. ratatui version seems to be outdated at https://crates.io/crates/gitui/0.26.3/dependencies (^0.26) compared to Cargo.toml in git-repo (0.27) (https://github.com/extrawurst/gitui/commit/95bbbda9af9a31830b32f491a8308e667c017f94) Compiling the git-repo works fine. ###...

bug

**Describe the bug** In my terminal, Kitty, I've customized the font size. In the GitUI window, when the commands do not fully display on one line, and I press `.`...

bug
good first issue

This Pull Request provides minimal top-level documentation. This makes the initial navigation of cargo docs easier. It changes the following: - add module comment to main - add module comment...

Bumps the cargo group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` |...

dependencies
rust

**Is your feature request related to a problem? Please describe.** Vertical split at the "Status [1]" section is at 50% which is suboptimal in many cases. List of files is...

good first issue
feature-request

Looks like the last few published versions are failing to build, I could only install gitui using `cargo install --git https://github.com/gitui-org/gitui` so thought I'd add it to the README for...

This Pull Request fixes/closes #{issue_num}. It changes the following: - - I followed the checklist: - [x] I added unittests - [x] I ran `make check` without errors - [x]...

This Pull Request fixes/closes #{issue_num}. It changes the following: - Fix typos found via `typos --hidden --format brief` I followed the checklist: - [ ] I added unittests - [x]...

needs_work

**Describe the bug** gitui does not respect your interrupt key setting. I'm not sure if it's currently configurable, but it's hardcoded to at least _default_ to Ctrl+C. [This is Surprising...

bug