gitui
gitui copied to clipboard
Blazing π₯ fast terminal-ui for git written in rust π¦
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...
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`...
**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)...
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...
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...
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...
@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...
This Pull Request fixes/closes #2404. It changes the following: - support choosing checkout branch method when status is not empty - add .editorconfig file  I followed the checklist: -...