New #GitUI release by @rusticorn 🎉

https://github.com/extrawurst/gitui/releases/tag/v0.26.1

GitUI is a terminal #Git UI written in #RustLang with #Ratatui 🐭

The new version adds support for signing commits ✨

Release v0.26.1 · extrawurst/gitui

0.26.1 this release has no changes to 0.26.0 but provides windows binaries that were missing before. commit signing Added sign commits using openpgp [@hendrikmaus] (#97) support ssh commit signin...

GitHub
@mo8it I've been a longtime tig user and not sure I'd get used to that "heavy" look that seem to plague almost all ratatui-based tools.
@mo8it @rusticorn so good! Like the rust version of lazygit
@mo8it @rusticorn longtime tig user here. I tried gitui a few months back but so far haven't found a compelling reason to replace tig. Still, keeping an eye on it.
@mo8it FYI cargo install gitgui fails
@rusticorn

@happyborg @rusticorn Should be this issue:

https://github.com/extrawurst/gitui/issues/2098

Until then, cargo install gitui --locked works :)

`cargo install gitui` fails without `--lock` or lockfile: gitui v0.25.1 · Issue #2098 · extrawurst/gitui

Describe the bug Install fails (expand for logs) Compiling gitui v0.25.1 error[E0308]: mismatched types --> /home/nuke/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gitui-0.25.1/src/componen...

GitHub

@mo8it Still fails for me (and I did 'rustup update' yesterday) 🤷‍♂️

Says "error: could not find `gitgui` in registry `crates-io` with version `*`"

No matter.

@rusticorn

@happyborg @mo8it the problem is that it’s called gitui and not gitgui
@rusticorn 🤦‍♂️ lol, and that makes sense. Thanks @mo8it