#nu-shell #format #shell-plugin

bin+lib nu_plugin_formats

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

38 releases (breaking)

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

#1727 in Command line utilities

Download history 91/week @ 2024-12-13 213/week @ 2024-12-20 80/week @ 2024-12-27 98/week @ 2025-01-03 90/week @ 2025-01-10 56/week @ 2025-01-17 95/week @ 2025-01-24 227/week @ 2025-01-31 147/week @ 2025-02-07 83/week @ 2025-02-14 85/week @ 2025-02-21 89/week @ 2025-02-28 55/week @ 2025-03-07 238/week @ 2025-03-14 154/week @ 2025-03-21 72/week @ 2025-03-28

530 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