Skip to content

Tools around git

lazygit

gitui

  • gitui
  • Rust, faster than lazygit

Issues:

degit

When you run degit some-user/some-repo, it will find the latest commit on https://github.com/some-user/some-repo and download the associated tar file to ~/.degit/some-user/some-repo/commithash.tar.gz if it doesn't already exist locally

onefetch

Command-line Git information tool written in Rust

  • GitHub
  • Install: sudo pacman -S onefetch