This Week in Nushell #256
Nushell
- devyn overhauled
$in
expressions, madeast::Call::span()
andarguments_span()
more robust, enabled plugins to find and call other commands, and reported parse warnings and compile errors when running script files - WindSoilder prohibited break/continue in the
each
anditems
commands and switched the positions of<initial>
and<closure>
in thegenerate
command so that the closure can have default parameters - Zoybean added a --quiet flag to the
watch
command - IanManske refactored
window
, removed an unused field inStateWorkingSet
, and deprecatedgroup
in favor ofchunks
- 132ikl made the default config more consistent
- jcgruenhage switched from
dirs_next
2.0 todirs
5.0 and used directories for autoloading - zhiburt fixed an issue when column headers are printed on the table border
- weirdan removed the
default
list-diving behavior - sholderbach fixed a CI test failure on main (nu-json) and added top-level crate documentation/READMEs
- drmason13 updated the JSON format output to keep braces on the same line (issue #13326)
- suimong made minor updates to the documentation of
reduce
Nu_Scripts
- NotTheDr01ds bumped the
stdlib-candidate
nupm
version, removed the multi-line flag from regexes, recovered non-lemnos themes, simplified theme usage, and introduced a new std-rfc commandstr dedent
(a.k.a. unindent) to remove common indentation from a multiline string - Okdro added Git completions for the restore subcommand