24 releases (breaking)

0.93.0 Apr 30, 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

#988 in Parser implementations

Download history 19/week @ 2024-02-05 121/week @ 2024-02-12 31/week @ 2024-02-19 35/week @ 2024-02-26 179/week @ 2024-03-04 73/week @ 2024-03-11 353/week @ 2024-04-01 180/week @ 2024-04-08 9/week @ 2024-04-15 10/week @ 2024-04-22 209/week @ 2024-04-29 9/week @ 2024-05-06

244 downloads per month

MIT and maybe CC-PDDC

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

~26–61MB
~1M SLoC