Andrew Davis
ab5e24a0e7
WIP: Add vcard/ical support ( #1504 )
...
* Initial from-ical implementation
* Initial from-vcard implementation
* Rename from-ics and from-vcf for autoconvert
* Remove redundant clones
* Add from-vcf and from-ics tests
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-03-21 08:35:09 +13:00
Jonathan Turner
1e343ff00c
Add markdown output ( #1503 )
2020-03-20 08:18:24 +13:00
Andrés N. Robalino
b36d21e76f
Infer types from regular delimited plain text unstructured files. ( #1494 )
...
* Infer types from regular delimited plain text unstructured files.
* Nothing resolves to an empty string.
2020-03-16 15:50:45 -05:00
Jonathan Turner
2d078849cb
Add simple to-html output and bump version ( #1487 )
2020-03-15 16:04:44 +13:00
Jason Gedge
b2c5af457e
Move most of the root package into a subcrate. ( #1445 )
...
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00