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
- GitHub
- Rust, faster than lazygit
- Config at
~/.config/gitui/- Config in ron file format
- Feature requests:
Key bindings
- Customize Key bindings
- Official vim-style keybindings
- Default key bindings
- Key bindings config:
~/.config/gitui/key_bindings.ron
Default keybindings:
- Help key binding:
h - Find:
f
onefetch
Command-line Git information tool written in Rust
- GitHub
- Rust
- Install:
sudo pacman -S onefetch