nu_plugin_gstat 0.112.2

A git status plugin for Nushell
Documentation
1
2
3
4
5
mod gstat;
mod nu;

pub use gstat::GStat;
pub use nu::GStatPlugin;