nu_plugin_gstat 0.96.0

A git status plugin for Nushell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Git stat plugin for Nushell

Note: this requires Nushell 0.60 or later

To install:

```
> cargo install --path .
```

To add the plugin (from inside Nushell):
```
> plugin add <path to installed plugin>