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** When performing a commit I get the error `sign builder error: Failed to retrieve 'user.signingkey' from the git configuration: Currently, we only support a pair of ssh...

enhancement

There are ways to push releases automaticall to winget in the CD via tools like [Komac](https://github.com/russellbanks/Komac). This way the winget version would be more up to date and you would...

feature-request

**Is your feature request related to a problem? Please describe.** I would like to sign commits with my SSH key. **Describe the solution you'd like** Usually I setup my `.gitconfig`...

feature-request

Multiple UI elements have a text area with a vertical scroll bar. This can be refactored into a reusable component to reduce code duplication and improve UI consistency. Tasks: 1....

A common work flow is to use gitui from within vim, using via a floating terminal window, or dedicated plugin, such as https://github.com/is0n/fm-nvim. When opening files from within gitui, it...

feature-request

**Describe the bug** When git is configured with an empty e-mail address, `gitui` does not allow commits. **To Reproduce** Steps to reproduce the behavior: ``` git config --global user.email ""...

bug

**Describe the bug** I was trying to push and it fails says it can't find the URL to the git server. If I just go to my terminal and do...

bug

currently signing does not apply to tags. ``` If you have a GPG private key set up, you can now use it to sign new tags. All you have to...

feature-request

**Describe the bug** See how numbers "4.4.0", "11", "4.5.0" aren't aligned in the gitui window in the stash view: ![image](https://github.com/extrawurst/gitui/assets/271906/2334b11a-db56-4194-8f9d-fb19041e0f86) Since gitui strips leading +/- characters from patches and shows...

bug