[dependencies.clap]
features = ["derive"]
version = "4.5.13"
[dependencies.comfy-table]
version = "7.1.1"
[dependencies.crossterm]
version = "0.28.1"
[dependencies.ratatui]
features = ["all-widgets"]
version = "0.27.0"
[dependencies.regex]
version = "1.10.6"
[package]
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/gitd"
edition = "2021"
exclude = ["HomebrewFormula"]
homepage = "https://github.com/bahdotsh/gitd"
keywords = ["git", "cmd", "diff"]
license = "Unlicense OR MIT"
name = "gitd"
readme = "README.md"
repository = "https://github.com/bahdotsh/gitd"
version = "0.1.0"