This week in Nu #50
- JosephTLyons fixed histogram example, renamed -f to -l in
ls
andps
, did some internals cleanup - jonathandturner removed build.rs pre-build steps, added --partial to
to html
, added support fordo -i
to also redirect stderr, added more columns tols
in demo - thegedge updated the first parsing stage to return partial results
- jzaefferer updated the docs for alias, added a ribbon and WIP note to demo, optionally pivot table on overflow in demo, added a loading indicator for the demo, switched demo to using
to html --partial
, added link to demo and fixed link to blog on main site, copied CONTRIBUTING info to main site - coolshaurya updated
str collect
to take an optional separator - bailey-layzer added the
reduce
command - kornelski moved Nu to use the supported app-dirs crate
- k-brk added
str contains
andstr index-of
- andrasio did an overhaul of how data reporting works internally, added support for regular values in
histograms
, added samping support for variance and standard deviation - nmandery added support for parsing many more date formats
- fdncred updated the rustyline default configuration
- candostdagdeviren added links for
Tagged<Value>
andShellError
in the docs - homburg added comparison of Nushell and Bash output to the book
RFCs:
- jonathandturner proposed a new data representationt to replace the current Row/Table model