#git-repository #git #git-status #git-tool #status #command-line-tool #detection

app gitaware

Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git

2 stable releases

1.0.2 Aug 1, 2023
1.0.1 Jan 4, 2023

#2908 in Command line utilities

21 downloads per month

MIT license

44KB
219 lines

git-aware

Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git.

Why ?

Git Aware has been designed to address the need when an person will drop or switch of computer but want to make sure that we will not lose on any Git related content.

The CLI tool will scan and identify all the Git repositories on your system and notify you if your working copy is dirty, allowing you to take timely action and prevent the loss of any previous work.

Usage

To use it, there is multiples possibilities:

  • You can run cargo install gitaware
  • Or you can serve the binary yourself by running cargo build --release at the root of the repository, the binary will be served under target/release/gitaware

Once the binary is located on your machine, to use it simply do:

  • gitaware

or if you want to target a directory:

  • gitaware -p the/directory/to/target

Results

A sample result from the CLI tool

Contribute

Any contribution are welcome.

Dependencies

~17MB
~368K SLoC