mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
ecdb023e2f
# Checklist - `nu-ansi-term` remains the same - [x] `reedline` is released and updated - [x] release scripts are updated for `nu-cmd-base` - [x] info blog post is online - [ ] release notes are ready |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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
- register plugin(assume it's compiled in ./target/debug/):
register ./target/debug/nu_plugin_formats