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

In the "Files [3]" I am trying to view the content of the files. When scrolling some background colors are not updated and a green-pink mess is seen. Unfortunately, I...

bug
help wanted
dormant

**Describe the bug** Pressing `s` or any mapped key on `diff_stage_lines` doesn’t stage anything. However, it does unstage. **To Reproduce** Steps to reproduce the behavior: 1. Just try to stage...

bug
question

**Is your feature request related to a problem? Please describe.** It seems like currently gitui uses a command similar to [`git-checkout`](https://www.git-scm.com/docs/git-checkout) when changing branches or creating new branches. This has...

feature-request
dormant

It changes the following: - Scrolls the text in the commit message box As discussed in https://github.com/extrawurst/gitui/pull/1333 this implements a scroll in commit message box. I followed the checklist: -...

dormant

No longer safe Status inside of `FileTreeItem`. For Status storage, now introduced a new `Item`, which contains Status alongside `FileTreeItem`. Note that `FileTreeItemKind` is no longer publicy available - thus...

dormant

**Is your feature request related to a problem? Please describe.** Opening the "Log [2]" tab in a repo with an extreme number of commits (3 million in my case) continues...

feature-request

**Is your feature request related to a problem? Please describe.** I have quite a few branches and can not always remember the name of them. **Describe the solution you'd like**...

feature-request

**Describe the bug** The `SHIFT` modifier is missing when an AHK script is running. Thus, shifted-keys commands do not work. In the following logs, the first one was taken with...

bug

**Describe the bug** When entering Chinese information, the pop-up window does not follow the cursor. **To Reproduce** Steps to reproduce the behavior: 1. Commit 2. Enter submission information **Expected behavior**...

bug

Currently I often miss small letters: ![image](https://github.com/extrawurst/gitui/assets/4995719/a4c63522-03d1-4d6d-8120-cd2175c25e7b) I like to see (if there are commits to pull) border and text color similar to these: ![image](https://github.com/extrawurst/gitui/assets/4995719/77eb50f4-a7e2-4781-b13f-1d48c020161c)

feature-request