| .. | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
nu_plugin_kcl
This is a Nushell plugin called "kcl".
Installing
> cargo install --path .
Usage
FIXME: This reflects the demo functionality generated with the template. Update this documentation once you have implemented the actual plugin functionality.
> plugin add ~/.cargo/bin/nu_plugin_kcl
> plugin use kcl
> kcl-exec Ellie
Hello, Ellie. How are you today?
> kcl-exec --shout Ellie
HELLO, ELLIE. HOW ARE YOU TODAY?