gitui
gitui copied to clipboard
Blazing π₯ fast terminal-ui for git written in rust π¦
# Cause The source for asyncgit 0.27.0 on crates.io differs from the source (also 0.27.0) in this repo. This lifetime fix : a91132d187b9d353ea1d2c0cb6790e44f7256eb0 is not present [here](https://docs.rs/crate/asyncgit/latest/source/src/sync/patches.rs) on crates.io. I...
**Is your feature request related to a problem? Please describe.** Would you be interested in a one-liner installer like rustup (`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`)? I have...
**Is your feature request related to a problem? Please describe.** I had a need to restore a file to it's previous version. **Describe the solution you'd like** In gitui, I...
This Pull Request fixes/closes #{issue_num}. It changes the following: - Add commit helper with a configurable RON-based commit helper system supporting multiple helpers - Add helper selection UI with keyboard...
This Pull Request makes it so pressing b opens the Branches popup in all 5 tabs, not only Status and Log tab. This keeps the behavior consistent, and makes the...
The most useful one to me would be to be able to search from the blame view. Similar to https://github.com/gitui-org/gitui/issues/1364, which got auto-closed
Currently, βTest Homebrew Formula (macOS)β fails with the following error: ``` Run brew install --head --build-from-source gitui # rest of the output omitted, see bottom for full log ==> Installing...
**Describe the bug** `gitui` emit errors on some random(?) repo. **To Reproduce** Steps to reproduce the behavior: 1. Clone anything with Git 2.45+ 2. Try to invoke `gitui` on it....
**Describe the bug** When installing gitui with nix on my env, it does not build. ``` $ nix profile upgrade --all warning: Found package 'nix', but it was not added...
**Describe the bug** Using the official vim-style key config (https://github.com/gitui-org/gitui/blob/master/vim_style_key_config.ron) directly causes a keybinding conflict. `Shift+U` is defined as `reset` in the config file, but GitUI also keeps its default...