nushell/crates/nu_plugin_gstat
Hofer-Julian 41306aa7e0
Reduce again the number of match calls (#7815)
- Reduce the number of match calls (see commit messages)
- A few miscellaneous improvements
2023-01-24 12:23:42 +01:00
..
src Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
Cargo.toml Bump git2 from 0.16.0 to 0.16.1 (#7807) 2023-01-21 13:25:52 +00:00
README.md add MessagePack as a plugin protocol (#6370) 2022-08-21 06:13:38 -05:00

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