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** Fetch works... pull doesn't. **To Reproduce** Steps to reproduce the behavior: 1. `shift+f` -> fetch remote, yubikey touch for SSH, works fine :ok_hand: 2. `p` -> pull...

bug

**Describe the bug** In the normal cli, I authenticated my gh with their cli but continue to use `git pull` or `git push -u origin main`, nonetheless, it seems gitui...

bug

**Describe the bug** Install fails (expand for logs) ```sh Compiling gitui v0.25.1 error[E0308]: mismatched types --> /home/nuke/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gitui-0.25.1/src/components/textinput.rs:151:28 | 151 | .set_cursor_line_style(self.theme.text(true, false)); | --------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `ratatui::style::Style`, found a different...

bug

**Describe the bug** Expanding the terminal window width causes the text within a scrolled text box to improperly adjust, leading to text disappearing from view instead of reflowing to accommodate...

bug

right now we show a `edit [e]` cmd for any file at any revision in file tree views. but we only open the file as it is currently on disk....

good first issue
feature-request

Is there a way currently to git rm --cached (or any sort of delete) a file using the UI currently? I see in help it lists some sort of action...

feature-request

Hi, thank you for this cool project! What do you think about having line numbers in the file view and diff view? I saw that the blame component already has...

feature-request
dormant

**Is your feature request related to a problem? Please describe.** When the window size is not big enough, the author in the CommitList is truncated automatically. However, the author in...

feature-request
dormant

![image](https://github.com/extrawurst/gitui/assets/140275813/6d4139e8-4718-43e8-8f3f-03f796b9022f) - OS/Distro + Version : CentOS 7 - GitUI Version : 0.23.0 - bash shell version : 4.2.46 - Server : Intel Xeon Gold 6240

bug
help wanted
dormant

**Is your feature request related to a problem? Please describe.** It's hard write configs without having any sort of intellisence. YAML/JSON files have good enough [LSP](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) for VS Code: ![image](https://github.com/extrawurst/gitui/assets/42812113/16c93402-3d86-4c44-bf8f-4dba2ba23e1c)...

feature-request
dormant