summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_gstat/README.md
blob: 88db33cbf842c32ffed1007d3c3400c6d12f6b48 (plain)
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 register (from inside Nushell):
```
> register <path to installed plugin>