giff 0.2.0

Visualizes the differences between the current HEAD and a specified branch in a git repository using a formatted table output in your terminal. The differences are displayed with color-coded additions and deletions for better readability.
[[bin]]
name = "giff"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.13"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
features = ["all-widgets"]
version = "0.27.0"

[dependencies.regex]
version = "1.10.6"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "Visualizes the differences between the current HEAD and a specified branch in a git repository using a formatted table output in your terminal. The differences are displayed with color-coded additions and deletions for better readability."
documentation = "https://github.com/bahdotsh/giff"
edition = "2021"
exclude = ["HomebrewFormula"]
homepage = "https://github.com/bahdotsh/giff"
keywords = ["git", "cmd", "diff"]
license = "Unlicense OR MIT"
name = "giff"
readme = "README.md"
repository = "https://github.com/bahdotsh/giff"
version = "0.2.0"