From 3342544dfb6ece125c89006b0c26cf5ffbad6842 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 24 Mar 2024 13:24:15 -0700 Subject: [PATCH] update readme now that gpgsign is there --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0761bae..78750bf5 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,13 @@ - Responsive terminal UI - Async git API for fluid control - Submodule support +- gpg commit signing with shortcomings (see [#97](https://github.com/extrawurst/gitui/issues/97))) ## 2. Motivation [Top ▲](#table-of-contents) I do most of my git work in a terminal but I frequently found myself using git GUIs for some use-cases like: index, commit, diff, stash, blame and log. -Unfortunately popular git GUIs all fail on giant repositories or become unresponsive and unusable. +Unfortunately popular git GUIs all fail on giant repositories or become unresponsive and unusable. GitUI provides you with the user experience and comfort of a git GUI but right in your terminal while being portable, fast, free and opensource. @@ -83,7 +84,7 @@ These are the high level goals before calling out `1.0`: ## 5. Known Limitations [Top ▲](#table-of-contents) - no sparse repo support (see [#1226](https://github.com/extrawurst/gitui/issues/1226)) -- no support for GPG signing (see [#97](https://github.com/extrawurst/gitui/issues/97)) +- no support for SSH signing yet (see [#1149](https://github.com/extrawurst/gitui/issues/1149)) - no git-lfs support (see [#1089](https://github.com/extrawurst/gitui/discussions/1089)) - *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/extrawurst/gitui/issues/800)) @@ -182,7 +183,7 @@ pkg install gitui ##### [Anaconda](https://anaconda.org/conda-forge/gitui) ``` -conda install -c conda-forge gitui +conda install -c conda-forge gitui ``` @@ -221,7 +222,7 @@ All contain a single binary file - See [Install Rust](https://www.rust-lang.org/tools/install) - To build openssl dependency (see https://docs.rs/openssl/latest/openssl/) - - perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/) + - perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/) - a c compiler (msvc, gcc or clang, cargo will find it) - To run the complete test suite python is required (and it must be invocable as `python`)