npr 0.2.0

Tool to check for not pushed repositories.
1
2
3
4
5
6
7
8
9
10
11
12
13
# npr (Not Pushed Repositories)

Tool to check for not pushed repositories.

## Install

Run the following commands:

```sh
git clone https://github.com/marceloneppel/npr
cargo install --path .
npr /dir/to/check
```