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

**Is your feature request related to a problem? Please describe.** When viewing all the branches in gitui, I would like to have the ability to search through these branches **Describe...

feature-request

**Is your feature request related to a problem? Please describe.** Excitedly installed this on my ARM Linux box by following [these instructions](https://github.com/extrawurst/gitui/issues/1018#issuecomment-1102308583) and got: ``` $ gitui bash: /usr/local/bin/gitui: cannot...

good first issue
feature-request

Thanks for `gitui`, it makes my daily life easier=) There is, however, one thing that seems break my current flow - I can not launch vim from within gitui. **Describe...

bug
help wanted
good first issue
dormant

When I try to push from within gitui I get a modal for username / password. When I do `git push` on the command line, it uses already established credentials....

bug
dormant

if I have a bunch of tabs with gitui open I want to see inside gitui itself in what repo/folder I am at

feature-request

This Pull Request completes #[509](https://github.com/extrawurst/gitui/pull/509). I followed the checklist: - [ ] I added unittests - [ ] I ran `make check` without errors (I will when I rebase with...

This Pull Request fixes/closes #1171 It changes the following: - Allow using `enter` to create a newline in commit message box - Up/Down arrow changes the line the cursor is...

This Pull Request fixes/closes #1017. This is an attempt to finish the work started by @M1cha. It fixes a few minor issues, makes clippy pass and was rebased onto the...

**Is your feature request related to a problem? Please describe.** My company uses yubikey authentication when interacting with the remote repo. From the command line this is what the looks...

feature-request

**Describe the bug** I have multiple git remotes, as described in https://seirdy.one/posts/2020/11/18/git-workflow-1/ The repo in question is https://git.sr.ht/~skyfaller/twentyeleven-skyfaller My `.git/config` looks like this: ``` [core] repositoryformatversion = 0 filemode =...

bug
help wanted