git-file-history 0.1.0

TUI for browsing the Git history of a single file
1
2
3
4
5
6
mod keymap;
mod session;
mod text;

pub(crate) use session::run;
pub(crate) use text::escape_text;