gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
i have multiple git account setup on my environment, gitui unable to read `~/.ssh/config` which contain ``` Host github.com HostName github.com User Acc1 IdentityFile ~/.ssh/Acc1 Host github.com-Acc2 HostName github.com User...
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.5.0 to 2.6.0. Changelog Sourced from indexmap's changelog. 2.6.0 (2024-10-01) Implemented Clone for map::IntoIter and set::IntoIter. Updated the hashbrown dependency to version 0.15. Commits bf0362b Merge pull...
**Describe the bug** gitui can't deal with encrypted private keys. **To Reproduce** Steps to reproduce the behavior: 1. Create an encrypted key 2. add the key to your ~/.gitconfig under...
**Describe the bug** Stashes are removed from the stash list when popped even if there are conflicts. This is different from the git standard. From [git stash documentation](https://git-scm.com/docs/git-stash#Documentation/git-stash.txt-pop--index-q--quietltstashgt): > pop...
**Is your feature request related to a problem? Please describe.** copying commit message is hard; in Log tab, have to reword (r) then edit commit message (C-e) then copy according...
This is a PR for a branch that I have been working on a couple of weeks ago. I did not want this to get lost, so I decided to...
**Is your feature request related to a problem? Please describe.** I do development on a remote server using ssh, I love gitui and use it daily on my remote server....
# Summary The PR #2350 closed the issue #2172 , but additional improvements that were delayed need to be made for the remote list functionality. # Needed improvements - an...
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.13 to 0.2.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Is your feature request related to a problem? Please describe.** At different places inside the source code it is necessary to render text that is overflowing the width by shortening...