From bddbae8e9645f36519ecafccc4db1e7202e1c953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Henrique?= <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:56:24 -0300 Subject: [PATCH] gitui, tig: improve page descriptions and add "See also"; tig: add example (#12578) --- pages/common/gitui.md | 3 ++- pages/common/tig.md | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/common/gitui.md b/pages/common/gitui.md index e87f23cfcb..1b09dca0ae 100644 --- a/pages/common/gitui.md +++ b/pages/common/gitui.md @@ -1,6 +1,7 @@ # gitui -> Terminal UI for Git. +> A lightweight keyboard-only TUI for Git. +> See also: `tig`, `git-gui`. > More information: . - Specify the color theme (defaults to `theme.ron`): diff --git a/pages/common/tig.md b/pages/common/tig.md index 9cc7f5e978..bac529b1d0 100644 --- a/pages/common/tig.md +++ b/pages/common/tig.md @@ -1,7 +1,8 @@ # tig -> A text-mode interface for Git. -> More information: . +> A configurable `ncurses`-based TUI for Git. +> See also: `gitui`, `git-gui`. +> More information: . - Show the sequence of commits starting from the current one in reverse chronological order: @@ -26,3 +27,7 @@ - Start in stash view, displaying all saved stashes: `tig stash` + +- Display help in TUI: + +`h`