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
482 downloads per month
1.5MB
29K
SLoC
nu_plugin_formats
A nushell plugin to convert data to nushell tables.
support commands:
- from eml - original ported from nushell core.
- from ics - original ported from nushell core.
- from ini - original ported from nushell core.
- from vcf - original ported from nushell core.
Prerequisite
nushell
, It's a nushell plugin, so you need it.
Usage
- compile the binary:
cargo build
- plugin add plugin(assume it's compiled in ./target/debug/):
plugin add ./target/debug/nu_plugin_formats
Dependencies
~30–60MB
~1M SLoC