Back to TILs

gitui

Date: 2023-01-09Last modified: 2023-03-07

Table of contents

Introduction

Blazing fast terminal-ui for git written in rust.

GitUI screenshot
Fig. 1 - GitUI screenshot

Build and install

Install rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Then install gitui:

cargo install gitui

References