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

Hi. Firstly, thanks for awesome program you have made here! Recently I bumped into [git-task from this clever guy.](https://github.com/jhspetersson/git-task), it is also helping me reducing a lot of time checkout...

feature-request

This Pull Request closes #2546. It changes the following: - Adds timeouts to git hooks I followed the checklist: - [x] I added unittests - [x] I ran `make check`...

needs_work

**Describe the bug** github CI runs fail on compiling cargo-wix on windows with rust 1.81 **To Reproduce** Steps to reproduce the behavior: 1. Go to [github Actions for workflow CI](https://github.com/gitui-org/gitui/actions/workflows/ci.yml)...

bug

This Pull Request closes #2619. It changes the following: - When opening the external editor on a commit message, use template from `git commit --verbose` which includes full diff of...

**Describe the solution you'd like** Opening the external editor is actually not done by `git commit` command, so we may need to manually put the diff into the created COMMIT_EDITMSG...

feature-request

Yazi (A file explorer written in Rust) recently [added support for using `yazi` right inside of Helix via `:insert-output`](https://github.com/sxyazi/yazi/pull/2461) You can use Lazygit right inside of Helix as well. This...

good first issue
feature-request

Some of the commits have long lists of files. Scrolling through them in the `Files` view with just `Up`/`Down` is somewhat daunting. Same goes for `Message` view. One good example...

enhancement
good first issue
feature-request

@extrawurst This PR is another try at adding snapshot tests to `gitui`. It doesn’t render to SVG as some of the other approaches do, but it works with the existing...

This Pull Request fixes/closes #1498. It changes the following: - Unifies OS logic for loading config. - Adds a ordered list of locations to search for config. - List includes...

needs_work

This Pull Request fixes/closes #2404. It changes the following: - support choosing checkout branch method when status is not empty - add .editorconfig file ![image](https://github.com/user-attachments/assets/625f1eb8-908d-473f-979e-3c52f0b41f26) I followed the checklist: -...