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

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...

bug

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...

dependencies

**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...

bug

**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...

bug

**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...

feature-request

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....

feature-request

# 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...

feature-request

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unicode-width&package-manager=cargo&previous-version=0.1.13&new-version=0.2.0)](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...

dependencies

**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...

feature-request