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

This Pull Request fixes/closes #875. It changes the following: - After deleting a branch, check if there are any upstream / tracking branches and ask if user wants to delete...

dormant

This PR is building off of #219 to successfully add PGP signing of git commits via the `sequoia_pgp` library. Git commits successfully show up as signed via `git log --show-signature`...

dormant

This commit adds the required files to build for ubuntu/debian. Tested(=builded) on ubuntu bionic LTS and focal LTS, they already have new rust. Unfortunately debian havent [new rust](https://packages.debian.org/search?keywords=rustc), it cannot...

dormant

Hi @extrawurst, I thought it would be a good idea to push my preliminary solution because I have some questions. 1. ~~I looked at the other 2 implementations of AsyncSingleJob,...

Feature suggestion: add local branch names to the revlog. Personally I miss this feature a lot, I use it daily on the command line when working in a team that...

this allow the CredComponent to be reused across the all other components. Since at any time only one using compoenent (here PullComponent only for now) is visible only one these...

dormant

Original pull request: https://github.com/extrawurst/gitui/pull/506 I've fixed the following comments: 1. https://github.com/extrawurst/gitui/pull/506#discussion_r606654156 2. https://github.com/extrawurst/gitui/pull/506#discussion_r606653856 3. https://github.com/extrawurst/gitui/pull/506#discussion_r606654257 Please let me know whether those fixes are enough. I'm also not sure whether this...

Adds multi-line support for multi-line input boxes, in particular the commit message box: ![Screenshot_20210208_204919](https://user-images.githubusercontent.com/52405405/107280910-dcd7f300-6a50-11eb-9c6d-4599d460d268.png) This is done with ALT+Enter, because SHIFT+Enter does not work in terminals and so does not...