35 releases (breaking)

new 0.100.0 Nov 13, 2024
0.98.0 Sep 18, 2024
0.96.1 Jul 29, 2024
0.91.0 Mar 5, 2024
0.77.1 Mar 17, 2023

#1226 in Parser implementations

Download history 177/week @ 2024-07-29 14/week @ 2024-08-05 7/week @ 2024-08-12 282/week @ 2024-08-19 14/week @ 2024-08-26 247/week @ 2024-09-16 138/week @ 2024-09-23 65/week @ 2024-09-30 65/week @ 2024-10-07 311/week @ 2024-10-14 199/week @ 2024-10-21 84/week @ 2024-10-28 95/week @ 2024-11-04 218/week @ 2024-11-11

693 downloads per month

MIT and maybe CC-PDDC

1MB
26K 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. plugin add plugin(assume it's compiled in ./target/debug/):
plugin add ./target/debug/nu_plugin_formats

Dependencies

~30–61MB
~1M SLoC