gitaware 1.0.1

Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.git2]
version = "0.15.0"

[dependencies.ignore]
version = "0.4.18"

[package]
authors = ["Paul Rosset <paulrosset96@gmail.com>"]
categories = ["command-line-utilities"]
description = "Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git"
edition = "2021"
homepage = "https://github.com/PaulRosset/git-aware"
keywords = ["cli", "git", "git-status", "status", "detection"]
license = "MIT"
name = "gitaware"
readme = "README.md"
repository = "https://github.com/PaulRosset/git-aware"
version = "1.0.1"