37 releases (breaking)

0.102.0 Feb 5, 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

#1362 in Parser implementations

Download history 237/week @ 2024-11-13 79/week @ 2024-11-20 71/week @ 2024-11-27 85/week @ 2024-12-04 123/week @ 2024-12-11 224/week @ 2024-12-18 75/week @ 2024-12-25 93/week @ 2025-01-01 106/week @ 2025-01-08 58/week @ 2025-01-15 93/week @ 2025-01-22 50/week @ 2025-01-29 320/week @ 2025-02-05 79/week @ 2025-02-12 77/week @ 2025-02-19 103/week @ 2025-02-26

585 downloads per month

MIT and maybe CC-PDDC

1MB
28K 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–64MB
~1M SLoC