Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub

This Week in Nushell #256

Nushell

  • devyn overhauled $in expressions, made ast::Call::span() and arguments_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 and items commands and switched the positions of <initial> and <closure> in the generate 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 in StateWorkingSet, and deprecated group in favor of chunks
  • 132ikl made the default config more consistent
  • jcgruenhage switched from dirs_next 2.0 to dirs 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 command str dedent (a.k.a. unindent) to remove common indentation from a multiline string
  • Okdro added Git completions for the restore subcommand
Edit this page on GitHub
Contributors: NotTheDr01ds