gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**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...
**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...
**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...
**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...
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....
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...
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...
**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...
 - OS/Distro + Version : CentOS 7 - GitUI Version : 0.23.0 - bash shell version : 4.2.46 - Server : Intel Xeon Gold 6240
**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: ...