gitui
gitui copied to clipboard
Blazing π₯ fast terminal-ui for git written in rust π¦
**To Reproduce** Steps to reproduce the behavior: 1. Bind CTRL-Enter to `commit`, CTRL-i to `open_commit_editor` 2. Open commit popup 2. Press CTRL-Enter 3. Insert new line 4. Press CTRL-i 5....
Hi, I came to check out this project because I'm looking for a tool for command line interactive blame. I do a lot of source code archaeology , and I...
Produce `^..` when yanking consecutive range. Now, given consecutive marked selection, gitui's selection matches `git log`'s output in commit range. This Pull Request fixes/closes #2246. It changes the following: Produce...
This Pull Request fixes/closes #2188. It changes the following: - Respect configuration for alternative signing binary (for example 1Password ssh agent) - Using ssh-keygen for ssh signing operation to support...
**Is your feature request related to a problem? Please describe.** I'd like support for commit reordering like in lazygit. I frequently have to add a temporary commit when working on...
It changes the following: - Add a new "Conventional Commit" popup, with a feature "[gitmoji](https://gitmoji.dev/)" that allows quick templating messages with rich git commit messages following [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). I followed...
**Describe the bug** gitui crashes when switching to the Log tab. **To Reproduce** Steps to reproduce the behavior: 1. Open gitui 2. Press 2 to switch to the Log tab...
**Describe the bug** I have several submodules in my project. For some submodules, `gitui` keeps listing "M" modifications. When looking at the change, it shows: `size: 0 B -> 0...
**Is your feature request related to a problem? Please describe.** I like to use gitui integrated on my neovim environment, so it makes easier to manage stuff. Even tough neovim...
**Is your feature request related to a problem? Please describe.** I try to sign my commits with the 'x509' method, but I get the error message: ``` commit error: sign...