Jonathan Turner
918822ae0d
Fix numeric comparison with nothing ( #1508 )
2020-03-21 11:02:49 +13:00
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
21a543a901
Make sum plugin as internal command. ( #1501 )
2020-03-18 18:46:00 -05: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
Kevin DCR
8d19b21b9f
Custom canonicalize method on Filesystem Shell. ( #1485 )
...
* Custom canonicalize method for FilesystemShell.
* Use custom canonicalize method.
Fixed missing import.
* Move function body to already impl body.
* Create test that aims to resolve.
2020-03-16 19:28:18 +13:00
Jonathan Turner
2d078849cb
Add simple to-html output and bump version ( #1487 )
2020-03-15 16:04:44 +13:00
Waldir Pimenta
5ca9e12b7f
Fix whitespace and typos ( #1481 )
...
* Remove EOL whitespace in files other than docs
* Break paragraphs into lines
See http://rhodesmill.org/brandon/2012/one-sentence-per-line/ for the rationale
* Fix various typos
* Remove EOL whitespace in docs/commands/*.md
2020-03-14 06:23:41 +13:00
Andrés N. Robalino
db16b56fe1
Columnpath support when passing fields for formatting. ( #1472 )
2020-03-10 01:55:03 -05: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