36 releases (breaking)

0.101.0 Dec 22, 2024
0.100.0 Nov 13, 2024
0.99.1 Oct 20, 2024
0.96.1 Jul 29, 2024
0.77.1 Mar 17, 2023

#1281 in Parser implementations

Download history 130/week @ 2024-10-09 334/week @ 2024-10-16 118/week @ 2024-10-23 95/week @ 2024-10-30 67/week @ 2024-11-06 237/week @ 2024-11-13 79/week @ 2024-11-20 71/week @ 2024-11-27 85/week @ 2024-12-04 123/week @ 2024-12-11 224/week @ 2024-12-18 75/week @ 2024-12-25 93/week @ 2025-01-01 106/week @ 2025-01-08 58/week @ 2025-01-15 74/week @ 2025-01-22

335 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–64MB
~1M SLoC