nushell-plugins/api_nu_plugin_kcl
Jesús Pérez 741efa1e70
Some checks failed
Build and Test / Validate Setup (push) Has been cancelled
Build and Test / Build (darwin-amd64) (push) Has been cancelled
Build and Test / Build (darwin-arm64) (push) Has been cancelled
Build and Test / Build (linux-amd64) (push) Has been cancelled
Build and Test / Build (windows-amd64) (push) Has been cancelled
Build and Test / Build (linux-arm64) (push) Has been cancelled
Build and Test / Security Audit (push) Has been cancelled
Build and Test / Package Results (push) Has been cancelled
Build and Test / Quality Gate (push) Has been cancelled
chore: fix alias install modes
2025-09-24 14:09:04 +01:00
..
src chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
.gitignore chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
Cargo.lock feat: major repository modernization and tracking cleanup 2025-09-20 15:18:58 +01:00
Cargo.toml chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
key_diff_api_cli_kcl.md chore: fix alias install modes 2025-09-24 14:09:04 +01:00
LICENSE chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00
README.md chore: add api_nu_plugin_kcl 2025-06-27 02:32:49 +01:00

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?