How to Install and Uninstall gitui Package on openSUSE Leap

Last updated: May 20,2024

1. Install "gitui" package

Please follow the guidance below to install gitui on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gitui

2. Uninstall "gitui" package

Please follow the steps below to uninstall gitui on openSUSE Leap:

$ sudo zypper remove gitui

3. Information about the gitui package on openSUSE Leap

Information for package gitui:
------------------------------
Repository : Main Repository
Name : gitui
Version : 0.22.1-bp155.1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.5 MiB
Installed : No
Status : not installed
Source package : gitui-0.22.1-bp155.1.8.src
Upstream URL : https://github.com/extrawurst/gitui
Summary : Terminal UI for git
Description :
TUI for git with the following features:
* Fast and intuitive keyboard only control
* Context based help (no need to memorize tons of hot-keys)
* Inspect, commit, and amend changes (incl. hooks: pre-commit,commit-msg,post-commit)
* Stage, unstage, revert and reset files, hunks and lines
* Stashing (save, pop, apply, drop, and inspect)
* Push/Fetch to/from remote
* Branch List (create, rename, delete, checkout, remotes)
* Browse commit log, diff committed changes
* Scalable terminal UI layout
* Async git API for fluid control
* Submodule support