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 #326

Published Friday, 2025-11-21, including PRs merged Friday, 2025-11-14 through Thursday, 2025-11-20.

Nushell

  • @fdncred:

    • added rfind ability to the find command (#17045)
    • updated to latest reedline (#17023)
  • @app/dependabot:

    • bumped crate-ci/typos from 1.39.0 to 1.39.2 (#17043)
  • @Dorumin:

    • added --dry to mktemp (#17039)
  • @KaiSforza:

    • added all LabeledError structure parts to error make (#17037)
  • @Jan9103:

    • fixed into_sqlite by passing a span along (#17036)
  • @mrdgo:

    • fixed a typo (#17035)
  • @cptpiepmatz:

    • improved DNS-related errors (#17030)
    • used rustc as external instead of sleep for highlight test (#17022)
    • used native cert store on Android for rustls (#17019)
  • @blindFS:

    • included already parsed module names in dotnu completion (#17026)
    • fixed wrong span of export def/extern with attributes & snippet completion for attributable commands (#17025)
  • @WindSoilder:

    • added call: DynamicCompletionCall parameter to get_dynamic_completion and allowed returning span (#17017)
  • @taearls:

    • improved error message when plugin add fails due to missing config directory (#16999)
  • @Tyarel8:

    • added example on how to delete original columns in group-by (#16933)

Documentation

  • @NotTheDr01ds:

    • caught up TWiN 319 to 325 backlog (#2071)
  • @app/dependabot:

    • bumped js-yaml from 3.14.1 to 3.14.2 (#2070)
  • @QazCetelic:

    • documented differences between get and select (#2069)
    • added explanations and examples for brackets to operators page (#2068)
Edit this page on GitHub
Contributors: NotTheDr01ds