23 releases (breaking)

new 0.92.2 Apr 10, 2024
0.91.0 Mar 5, 2024
0.88.1 Dec 14, 2023
0.87.1 Nov 20, 2023
0.77.1 Mar 17, 2023

#1264 in Parser implementations

Download history 29/week @ 2024-01-05 3/week @ 2024-01-12 16/week @ 2024-02-02 5/week @ 2024-02-09 141/week @ 2024-02-16 33/week @ 2024-02-23 170/week @ 2024-03-01 32/week @ 2024-03-08 61/week @ 2024-03-15 249/week @ 2024-03-29 243/week @ 2024-04-05

556 downloads per month

MIT and maybe CC-PDDC

1MB
27K SLoC

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

Dependencies

~18–52MB
~857K SLoC