mirror of
https://github.com/nushell/nushell
synced 2024-11-16 01:37:57 +00:00
13 lines
No EOL
216 B
Markdown
13 lines
No EOL
216 B
Markdown
# 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> --encoding msgpack |