Skip to content

Tools around git

cli tools

gitoxide

  • GitHub
  • Rust git implementation
  • Library and cli tool
  • Still doesn't cover all components of git, see Feature Discovery

Install:

pacman -S gitoxide

lazygit

gitui

Key bindings

Default keybindings:

  • Help key binding: h
  • Find: f

onefetch

Command-line Git information tool written in Rust

  • GitHub
  • Rust
  • Install: sudo pacman -S onefetch

tig

GUI tools