A CLI to browse the history of files in any git repository on a terminal. This project is inspired by git-history.
sh
cargo install git-hist
sh
git hist <file>
Left
/Right
: Go to a previous/next commit.Up
/Down
or mouse scrolls: Scroll up/down.PageUp
/PageDown
: Scroll page up/down.Home
/End
: Scroll to the top/bottom.q
/Ctrl+c
/Ctrl+d
: Exit.