29 releases (breaking)

new 0.96.0 Jul 24, 2024
0.94.2 Jun 3, 2024
0.91.0 Mar 5, 2024
0.88.1 Dec 14, 2023
0.77.1 Mar 17, 2023

#1258 in Parser implementations

Download history 100/week @ 2024-03-28 319/week @ 2024-04-04 120/week @ 2024-04-11 7/week @ 2024-04-18 175/week @ 2024-04-25 48/week @ 2024-05-02 5/week @ 2024-05-09 9/week @ 2024-05-16 121/week @ 2024-05-23 363/week @ 2024-05-30 58/week @ 2024-06-06 12/week @ 2024-06-13 170/week @ 2024-06-20 35/week @ 2024-06-27 11/week @ 2024-07-04

216 downloads per month

MIT and maybe CC-PDDC

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

~27–58MB
~1M SLoC