gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Describe the bug** Gitui cant read ```theme.ron``` file on macos **To Reproduce** Steps to reproduce the behavior: 1 Place the following on your theme.ron ```ron ( selected_tab: Some(Reset), command_fg: Some(Rgb(205,...
It's still probably a bit rough around the edges, but before I made it too pretty, I though I would get some early feedback on it. This Pull Request fixes/closes...
In lazygit I can compare 2 branches (remote and local, on screenshot):  Does gitui have same thing?
Hi, I'm not sure it's even a bug. When I was doing stashing in Stash[4] tab, you can switch what to stash by toggling staged/untracked files with keys `i/u` respectively....
**Describe the bug** I've been using the hash range copy feature introduced in #1288 to do a lot of cherry-picking, a large majority of which are consecutive ranges. However I...
**Describe the bug** Pre-commit hook is ignored. **To Reproduce** Steps to reproduce the behavior: 1. `mkdir .githooks && git config --local core.hooksPath .githooks` 2. Create `.githooks/pre-commit` with `echo "Hook triggered"...
This PR is split from #2269. It is focuces on the single use case of walking the log when there is no filter. The current `LogWalker` implementation accepts a `filter`...
**Describe the bug** Push popup will hang on the "Preparing" stage of remote progress when trying to push with failing network connectivity . **To Reproduce** Steps to reproduce the behavior:...
Unknown characters, for example next to the Reset or Fetch  **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to...
**Describe the bug** With gitui v0.26.3 installed with https://github.com/cargo-bins/cargo-binstall, I can't use gitui in any of my repositories. It fails with an error of: ``` invalid path please run gitui...