This Week in Nushell #292
Published Saturday, March 29th, 2025
- So many bug fixes this week! Thanks to everyone who chipped in!
- Two new Polars commands -
cut
andqcut
for binning - And even some improvements to the VSCode Plugin from LemmusLemmus and LoicRiegel. Thank you!
Nushell
- blindFS:
- added
parse_warnings
to diagnostics reports. - fixed the
completions.external.enable
config option not being respected. - fixed
ls_color
for~/xxx
symlinks. - ensured
open
sets default flags when calling "from xxx" converters. - fixed parser issues with comments in subexpressions of
let
/mut
. - skipped
eval_const
when parsing errors are detected to avoid panics. - fixed
flatten
of empty closures
- added
- ayax79 introduced Polars binning commands:
cut
andqcut
. - NotTheDr01ds:
- LoicRiegel:
- dependabot[bot] bumped tokio from 1.43.0 to 1.44.1.
- sgvictorino reset argument/redirection state after
eval_call
errors. - Mrfiregem fixed
path add
bug when given a record. - mokurin000 added support for ACL and SELinux in
cd
permission checks.
Documentation
- 132ikl added a note about breaking completions changes to the 0.103.0 changelog.
- LemmusLemmus added mentions of new operators.
- NotTheDr01ds:
- Beinsezii added filepath escape troubleshooting to
COOKBOOK/EXTERNAL_COMPLETERS.MD
. - mshalmanov updated the Russian translation.
- Kissaki improved the German landing page.
Nu_Scripts
- Direwolfesp added autojump argument parsing.
- NotTheDr01ds moved custom-completion auto-generate scripts to
needs-update
. - ViSaturn updated
ultimate_extractor
to handle unzipping exe files.
Tree-sitter
- dependabot[bot] bumped tar-fs from 2.1.1 to 2.1.2.
Integrations
- hustcer:
VSCode Extension
- LemmusLemmus:
- LoicRiegel:
reedline
- KAAtheWiseGit upgraded
unicode-width
to 0.2. - tisonkun upgraded
thiserror
to v2.
Awesome Nu
- a-slice-of-py added
nu-aws-service-reference
.