nushell/crates/nu_plugin_formats
Devyn Cairns 60769ac1ba
Bump version to 0.97.1 (#13659)
# Description

Bump version to `0.97.1`, which will be the actual next major release.
(`0.97.0` had a bug.)
2024-08-20 20:21:12 -07:00
..
src Fix clippy lints (#13645) 2024-08-19 11:12:45 +02:00
Cargo.toml Bump version to 0.97.1 (#13659) 2024-08-20 20:21:12 -07:00
README.md remove the deprecated register command (#13297) 2024-07-05 07:16:50 -05: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. plugin add plugin(assume it's compiled in ./target/debug/):
plugin add ./target/debug/nu_plugin_formats