27 releases (breaking)

new 0.94.2 Jun 3, 2024
0.93.0 Apr 30, 2024
0.91.0 Mar 5, 2024
0.88.1 Dec 14, 2023
0.77.1 Mar 17, 2023

#1096 in Parser implementations

Download history 134/week @ 2024-02-14 33/week @ 2024-02-21 74/week @ 2024-02-28 132/week @ 2024-03-06 66/week @ 2024-03-13 55/week @ 2024-03-27 302/week @ 2024-04-03 180/week @ 2024-04-10 9/week @ 2024-04-17 36/week @ 2024-04-24 185/week @ 2024-05-01 5/week @ 2024-05-08 6/week @ 2024-05-15 92/week @ 2024-05-22 365/week @ 2024-05-29

473 downloads per month

MIT and maybe CC-PDDC

1MB
22K 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

~27–58MB
~1M SLoC