38 releases (breaking)

new 0.103.0 Mar 19, 2025
0.101.0 Dec 22, 2024
0.100.0 Nov 13, 2024
0.96.1 Jul 29, 2024
0.77.1 Mar 17, 2023

#916 in Parser implementations

Download history 79/week @ 2024-12-02 144/week @ 2024-12-09 133/week @ 2024-12-16 173/week @ 2024-12-23 75/week @ 2024-12-30 99/week @ 2025-01-06 76/week @ 2025-01-13 66/week @ 2025-01-20 78/week @ 2025-01-27 301/week @ 2025-02-03 85/week @ 2025-02-10 89/week @ 2025-02-17 85/week @ 2025-02-24 73/week @ 2025-03-03 49/week @ 2025-03-10 265/week @ 2025-03-17

482 downloads per month

MIT and maybe CC-PDDC

1.5MB
29K 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