gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Describe the solution you'd like** An option to use gitui in readonly mode Disable some shortcuts Prevent me from making some operation accidentally, for example, `git stash pop`
I tried numerous times to push tags with gitui. It appears to not respect local repo git config ``` [remote] pushDefault = writableOrigin ``` After setting `pushDefault` to the name...
**Describe the bug** Copying a line using [y] makes the UI unresponsive. It takes a long time, roughly a minute or possibly more, on a reasonably sized repo for it...
**Describe the bug** Under WLS you need to (unexpectingly?) use the Window's gitui.exe. It eventually comes up, but takes 20+ seconds to do so. **To Reproduce** 1. Start a WSL...
**Describe the bug** This is the best git tool, light, simple and visual! However, I have found one that does not work as intended. When in inspect mode on the...
This Pull Request partly implements #1382 It changes the following: - preamble refactor and simplification of cli parsing - parses start modes as subcommands - starts with stash view or...
**Describe the bug** Can not push after cloning firstly an empty repository. **To Reproduce** Steps to reproduce the behavior: 1. create an empty repository on github without any file (README,...
**Is your feature request related to a problem? Please describe.** Horizontal scrolling with ← / → in a diff is a tad slow. > [!IMPORTANT] > GIF speed: **2x** (for...
GitUI needs your help 🫵! Releases of GitUI should become more regular now towards `1.0`. For this I would like to share some more of the effort. Supporting the project...
**Describe the bug** Unacceptably long startup time of the micro editor from within gitui **To Reproduce** Steps to reproduce the behavior: 1. Add "export EDITOR="micro" to .zshrc 2. open terminal...