gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Is your feature request related to a problem? Please describe.** The naming of release asserts is confusing. For example, it's not obvious whether `gitui-linux-musl.tar.gz`, `gitui-mac.tar.gz` and `gitui-win.tar.gz` are for x86_64...
**Describe the bug** Installing GitUI with cargo on WSL2 Ubuntu22 and trying to fetch/pull just gets stuck and timeouts. Terminal git fetch and git pull work, as well as Lazygit....
**Describe the bug** I use [devenv](https://devenv.sh) and [direnv](https://direnv.net) to make some applications available on a per-directory basis by setting the PATH environment variable. I use it especially to provide project...
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.3 to 2.1.0. Changelog Sourced from indexmap's changelog. 2.1.0 Empty slices can now be created with map::Slice::{new, new_mut} and set::Slice::new. In addition, Slice::new, len, and is_empty are...
Use something like w3m to display image previews. Ranger has it and it is nice.
**Describe the bug** The recording below demonstrates the problem. I have a commit message template in a gitconfig like this: ``` [commit] template = ~/.config/git/custom-template ``` and gitui can also...
This Pull Request fixes/closes #1662 plus others mentioned in that issue. Completely redone since my first PR. All changes are confined to a single file thanks to a lot of...
Right now the log starts from HEAD - no matter if that's a tip of a branch or not. For #81 we need to do the revwalk from every tip...
I can only switch using `Tab` or the numpad. I can reproduce the issue using Azerty and Optimot french layouts. **Context:** - Windows 10 - Windows terminal - GitUI Version...
**Is your feature request related to a problem? Please describe.** In "Status [1]" tab, you can navigate right to the source code with right arrow. But then you have to...