nu_plugin_start 0.44.0

A plugin to open files/URLs directly from Nushell
Documentation
1
2
3
4
mod nu;
mod start;

pub use start::Start;