35 releases (breaking)

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

#1311 in Parser implementations

Download history 269/week @ 2024-08-21 10/week @ 2024-08-28 41/week @ 2024-09-11 262/week @ 2024-09-18 105/week @ 2024-09-25 60/week @ 2024-10-02 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 58/week @ 2024-12-04

450 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–60MB
~1M SLoC