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

Published Sunday, 2026-03-29, including PRs merged Friday, 2026-02-27 through Thursday, 2026-03-05.

Nushell

  • @fdncred:

    • added testbin "bins" to nushell help (#17728)
    • fixed duplicate custom commands from showing up (#17727)
    • fixed the off-by-1 jump scrolling in explore when searching (#17718)
    • reverted 17606 to make plugin handling more robust on startup (#17699)
    • removed bad which test and created a better one (#17692)
    • fixed one-off up/down arrow wrapping bug (#17691)
    • updated the sqlite history timestamp and duration with nushell values (#17680)
    • pinned trash to 5.2.4 to avoid needing --locked for macOS builds (#17678)
    • fixed pipefail issues with complete and let (#17677)
    • fixed interpolation without closing paren (#17675)
    • expanded custom value handling to more commands (#17668)
    • allowed clip copy to copy tables without ansi escapes (#17663)
  • @ayax79:

    • implemented selector commands for numeric types in Polars (#17723)
    • added polars selector ends-with (#17722)
  • @ChrisDenton:

    • fixed tests ending cwd with a / (#17721)
    • preferred PWD over current_dir if they're the same directory (#17720)
  • @cptpiepmatz:

    • bumped kitest & removed RefUnwindSafe from experimental option markers (#17716)
    • updated winresource versions (#17702)
    • bumped patch after release (#17682)
    • updated readline version, bumped minor version, fixed some feature conflicts (#17681)
    • moved native clip commands behind an experimental option (#17664)
  • @Tyarel8:

    • added ctrl+p/n for navigation in input list (#17707)
  • @Juhan280:

    • added metadata_ref and metadata_mut methods to PipelineData (#17706)
    • added str escape-regex (#17703)
  • @blindFS:

    • fixed respect for reorder-cell-paths option in assignments (#17696)
    • fixed parser handling of record keys parsed as strings (#17684)
    • added type inference for cell paths (#17673)
  • @NotTheDr01ds:

    • reworked another deprecated metadata set example (#17672)
    • updated metadata-set example to use --path-columns syntax (#17667)
  • @app/dependabot:

    • bumped actions/upload-artifact from 6 to 7 (#17710)

nufmt

  • @vkopio: added tests and fixes for some format errors (#88)

Documentation

  • @app/dependabot:

    • bumped immutable from 5.0.2 to 5.1.5 (#2135)
  • @shunichironomura:

    • fixed typo in --experimental-options in NuShell 0.111.0 release blog (#2133)
  • @cptpiepmatz:

    • added missing toc jumps (#2132)
    • added release notes for v0.111.0 (#2130)
    • added components to simplify release changelogs (#2129)
  • @NotTheDr01ds:

    • caught up with February TWiN (#2128)
  • @LikeLakers2:

    • flattened JSON files in /cookbook/http.md (#2127)
  • @hustcer:

    • refreshed command docs for 0.111 (#2126)

Awesome Nu

  • @punund:

    • added nu_plugin_ccl and nu_plugin_mime_message (#161)
  • @freepicheep:

    • added nu-salesforce and nu-quickbooks modules (#160)
    • sorted projects alphabetically (#159)

Tree-sitter

  • @blindFS:
    • fixed assignment as pipeline element (#244)
    • added finally clause in ctrl_try (#243)

reedline

  • @cptpiepmatz:
    • prepared release 0.46.0 (#1030)

Nu_Scripts

  • @cptpiepmatz:

    • ensured make_release/bump_version.nu updates winresource metadata (#1230)
    • updated release process and notes generation (#1229)
    • fixed some release notes generation issues (#1227)
  • @zifengb:

    • added Claude Code CLI command completion (#1228)
  • @ysthakur:

    • updated make_release instructions and corrected commands (#1203)
    • added blank lines around headings in generated release notes (#1201)
Edit this page on GitHub
Contributors: NotTheDr01ds