#file-format #nushell #nushell-plugin #nu #shell #io #eml

bin+lib nu_plugin_formats

An I/O plugin for a set of file formats for Nushell

34 releases (breaking)

0.99.1 Oct 20, 2024
0.98.0 Sep 18, 2024
0.96.1 Jul 29, 2024
0.91.0 Mar 5, 2024
0.77.1 Mar 17, 2023

#1270 in Parser implementations

Download history 159/week @ 2024-07-22 177/week @ 2024-07-29 14/week @ 2024-08-05 7/week @ 2024-08-12 282/week @ 2024-08-19 14/week @ 2024-08-26 247/week @ 2024-09-16 138/week @ 2024-09-23 65/week @ 2024-09-30 65/week @ 2024-10-07 311/week @ 2024-10-14 199/week @ 2024-10-21 84/week @ 2024-10-28

664 downloads per month

MIT and maybe CC-PDDC

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