aemogie / nu_plugin_kdl

A plugin to add KDL support to Nushell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nu_plugin_kdl

A plugin to add KDL support to Nushell.

Build the plugin

./cargo-setup.nu /path/to/nushell/nushell/
cargo build --release
register target/release/nu_plugin_kdl

Examples

see examples.md

TODO

  • implement from kdl and support in open foo.kdl
  • implement to kdl and support in save foo.kdl
  • add tests
  • add proper error support
  • support type annotations
  • preserve comments

About

A plugin to add KDL support to Nushell.

License:GNU General Public License v3.0


Languages

Language:Rust 83.2%Language:Nushell 16.8%