1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-26 14:18:19 +02:00
nushell/crates/nu_plugin_formats
Devyn Cairns 6635b74d9d
Bump version to 0.94.2 ()
Version bump after 0.94.1 patch release.
2024-06-03 10:28:35 +03:00
..
src Shrink the size of Expr () 2024-04-24 15:46:35 +00:00
Cargo.toml Bump version to 0.94.2 () 2024-06-03 10:28:35 +03:00
README.md Move some from xxx commands to plugin () 2023-02-13 12:42:08 +00:00

nu_plugin_formats

A nushell plugin to convert data to nushell tables.

support commands:

  1. from eml - original ported from nushell core.
  2. from ics - original ported from nushell core.
  3. from ini - original ported from nushell core.
  4. from vcf - original ported from nushell core.

Prerequisite

nushell, It's a nushell plugin, so you need it.

Usage

  1. compile the binary: cargo build
  2. register plugin(assume it's compiled in ./target/debug/):
register ./target/debug/nu_plugin_formats