nushell/crates/nu_plugin_gstat
2022-12-21 12:35:50 -06:00
..
src Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00
Cargo.toml Bump to new development version 0.73.1 (#7544) 2022-12-21 12:35:50 -06: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