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

Published Saturday, 2025-11-29, including PRs merged Friday, 2025-11-21 through Thursday, 2025-11-27.

Integrations

  • @hustcer:
    • used explicit key for Debian / Ubuntu repo (#74)

Documentation

  • @xav-ie:

    • fixed carapace examples (#2082)
    • updated vuepress plugins (fix CMD/Ctrl+K!) (#2078)
  • @hongquan:

    • used explicit key for Debian / Ubuntu repo (#2080)
  • @hustcer:

    • fixed missing sidebar config in /blog/* build output (#2079)
    • updated GitHub actions and node to 22 (#2076)
    • fixed warning about vuepress plugins being used multiple times (#2075)
    • upgraded vuepress and related plugins (#2074)
  • @NotTheDr01ds:

    • published TWiN 326 (#2073)

Nushell

  • @blackhat-hemsworth:

    • adjusted polars/slice command to return lazy output on lazy input (#17067)
  • @WindSoilder:

    • added --strict flag to first and last commands to raise error on empty list (#17066)
  • @Tyarel8:

    • fixed split column to use 0-index like other commands (#17064)
    • made update not error on optional cellpaths (#17055)
  • @fdncred:

    • made first and last return nothing on empty results (#17054)
  • @blindFS:

    • allowed overriding half of the span in custom/external completer (#17049)
    • fixed flag values with spaces & wrong position arg for custom completion without placeholder (#17044)
  • @sgvictorino:

    • allowed streaming to commands with union-typed pipeline input (#17048)
  • @KaiSforza:

    • prevented nu-table from adding empty column when there's only 1 column (#17013)
  • @ItsHarper:

    • added --optional flag to std-rfc/iter only (#16886)

Nu_Scripts

  • @NotTheDr01ds:
    • removed direnv hook example (#1084)
Edit this page on GitHub
Contributors: NotTheDr01ds