From e043b4979b4b3225da7784f1bb982452381f5ee2 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Sat, 20 Dec 2025 11:06:42 +0100 Subject: [PATCH 1/2] docs(README): add mise alternative method installation Signed-off-by: jylenhof --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f97b708148..b305542692 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,12 @@ scoop install gitui choco install gitui ``` +##### [Mise](https://github.com/jdx/mise) + +```shell +mise use -g gitui@latest +``` + ##### [Nix](https://search.nixos.org/packages?channel=unstable&show=gitui&from=0&size=50&sort=relevance&query=gitui) (Nix/NixOS) Nixpkg From 9583507ec1869014fa876d8b89b342c1d94a8eba Mon Sep 17 00:00:00 2001 From: jylenhof Date: Sat, 20 Dec 2025 11:11:10 +0100 Subject: [PATCH 2/2] add line to CHANGELOG Signed-off-by: jylenhof --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aba19c7e0..ba30dce2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * add "go to line" command for the blame view [[@andrea-berling](https://github.com/andrea-berling)] ([#2262](https://github.com/extrawurst/gitui/pull/2262)) * add `--file` cli flag to open the files tab with the given file already selected [[@laktak](https://github.com/laktak)] ([#2510](https://github.com/gitui-org/gitui/issues/2510)) * add the ability to specify a custom keybinding/symbols file via the cli [[@0x61nas](https://github.com/0x61nas)] ([#2731](https://github.com/gitui-org/gitui/pull/2731)) +* add mise alternative method installation [[@jylenhof](https://github.com/jylenhof)] ([#2817](https://github.com/gitui-org/gitui/pull/2817)) ### Changed * execute git-hooks directly if possible (on *nix) else use sh instead of bash (without reading SHELL variable) [[@Joshix](https://github.com/Joshix-1)] ([#2483](https://github.com/extrawurst/gitui/pull/2483))