#nu-shell #format #plugin

bin+lib nu_plugin_formats

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

39 releases (breaking)

new 0.104.0 Apr 30, 2025
0.103.0 Mar 19, 2025
0.102.0 Feb 5, 2025
0.101.0 Dec 22, 2024
0.77.1 Mar 17, 2023

#16 in #formats

Download history 96/week @ 2025-01-07 72/week @ 2025-01-14 80/week @ 2025-01-21 64/week @ 2025-01-28 311/week @ 2025-02-04 84/week @ 2025-02-11 80/week @ 2025-02-18 89/week @ 2025-02-25 67/week @ 2025-03-04 53/week @ 2025-03-11 317/week @ 2025-03-18 92/week @ 2025-03-25 92/week @ 2025-04-01 81/week @ 2025-04-08 73/week @ 2025-04-15 37/week @ 2025-04-22

297 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–61MB
~1M SLoC