gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
## Scenario Consider I made a mistake when discarding commits. I completely reset the last 3 commits: ```bash git reset --hard HEAD~3 ``` I went back to the working directory...
**Describe the bug** `gitui` bottom row of commands looks funny and unintelligible with WezTerm, Fish Shell, Catppuccin theme. **To Reproduce** Steps to reproduce the behavior: 1. Use WezTerm, Fish Shell,...
This Pull Request closes #2194. It changes the following: - Replace `BlameFilePopup.blame: Option` with `BlameFilePopup.blame_stack: Vec`. This involved changing any references to it, which happened to be a fair amount....
This Pull Request fixes/closes #2347. It changes the following: - Remove the `line` field from the `Command` struct, along with its corresponding initialization - Remove the `cmdbar_extra_lines_bg` field from the...
This Pull Request fixes/closes #2372 . It changes the following: - `stash_pop` not remove stash from list even when there are conflicts before change [before1005.webm](https://github.com/user-attachments/assets/fe0ae937-bdd0-4fb3-b266-6e89a458586f) after change [after1005.webm](https://github.com/user-attachments/assets/89c6f304-af9e-4dbb-a83e-ce5fc0145198) stash pop...
This Pull Request fixes/closes #2370 . It changes the following: - add keybinding to copy commit message - Run `cargo clippy` to format the code. I followed the checklist: -...
update for latest syntax
Bumps [struct-patch](https://github.com/yanganto/struct-patch) from 0.4.1 to 0.8.6. Commits 1322f06 bounce version 8fd8595 Lint without default features (#59) 335b3c3 Add example for toml and duration (#58) 77e1d3b Bump cachix/install-nix-action from V28 to...
**Describe the bug** Running gitui from the terminal on my Arch Linux system results in a coredump. It worked fine in the past, so I assume it is some sort...
This Pull Request fixes/closes #2147. It *will* changes the following: - [x] Disable edit [e] command when not at head revision - [x] Add open [o] command to open the...