git-hist 0.1.2

A CLI tool to quickly browse the git history of files on a terminal
Documentation
[[bin]]
name = "git-hist"
path = "src/bin/main.rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["wrap_help"]
version = "3.0.0-beta.2"

[dependencies.crossterm]
version = "0.19"

[dependencies.git2]
version = "0.13"

[dependencies.itertools]
version = "0.10"

[dependencies.once_cell]
version = "1.7"

[dependencies.similar]
features = ["bytes", "inline"]
version = "1.3"

[dependencies.tui]
default-features = false
features = ["crossterm"]
version = "0.14"

[package]
authors = ["Ark <target.ark@gmail.com>"]
categories = ["command-line-utilities"]
description = "A CLI tool to quickly browse the git history of files on a terminal"
edition = "2018"
keywords = ["git", "cli", "terminal", "diff"]
license = "MIT"
name = "git-hist"
readme = "README.md"
repository = "https://github.com/arkark/git-hist"
version = "0.1.2"