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

**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,...

bug

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): ![2024-06-18-164933_hyprshot](https://github.com/extrawurst/gitui/assets/166127285/3ebba61c-efb1-4af4-b80e-566356148867) Does gitui have same thing?

feature-request

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....

bug

**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...

bug

**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"...

bug
question

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:...

bug

Unknown characters, for example next to the Reset or Fetch ![image](https://github.com/extrawurst/gitui/assets/44346751/0a0aa566-d9fa-4ffc-992c-883baa2462b5) **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to...

bug

**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...

bug
linux