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

Published Saturday, 2026-06-13, including PRs merged Friday, 2026-06-05 through Thursday, 2026-06-11.

Nushell

  • @ayax79:

    • allowed polars selectors as input for all commands that accept expressions as input (#18394)
    • introduced Polars bitwise commands (#18383)
    • fixed overshadowing breaking aliases (#18349)
    • upgraded Polars to 0.54 (#18345)
  • @fdncred:

    • fixed a problem with glob and rm (#18391)
    • refactored parser from one big file to smaller files (#18388)
    • fixed dc-glob issue with using relative paths vs absolute (#18378)
    • added case-insensitivity to dc-glob and glob command to avoid breaking changes (#18376)
    • fixed a bug with dc-glob and /some/path/wildcard* (#18375)
    • allowed dc-glob to expand tilde (#18373)
    • updated custom command --wrapped to not always convert to glob (#18372)
    • allowed --context to be one of int or range (#18368)
    • patched windows globbing in the wrong place (#18367)
    • added context for the idx search command (#18366)
    • fixed input/output and example for plugin list (#18357)
    • added category, search-terms, examples to toolkit.nu (#18350)
    • handled float ranges better (#18348)
  • @casedami:

    • fixed: use new highlighter api for better abbr expansion (#18390)
  • @cptpiepmatz:

    • made Debug for Value more compact by default (#18377)
    • exposed NuTester internals (#18371)
    • made nu-test-support compile without os feature (#18361)
  • @Ashif-107:

    • deprecated str upcase/str downcase and added str uppercase/str lowercase (#18364)
  • @blindFS:

    • fixed(parser): a regression of parse_unit_value where [.foons] not return early (#18363)
  • @Bahex:

    • fixed stor return type (#18355)
    • fixed(use): module descriptions should be properly formatted (#18343)
  • @zelshahawy:

    • fixed typos in developer docs (#18354)
  • @app/dependabot:

    • bumped kdl from 6.5.0 to 6.7.1 (#18382)
    • bumped mq-markdown from 0.5.26 to 0.6.0 (#18381)
    • bumped crate-ci/typos from 1.47.1 to 1.47.2 (#18379)
    • bumped crate-ci/typos from 1.46.3 to 1.47.1 (#18336)

reedline

  • @kronberger-droid:

    • fixed(editor): made horizontal grapheme motion line-aware via rest policy (#1101)
    • refactored(editor): unified motions on a verb + target vocabulary (#1100)
    • tests(painter): added wrapper enum to allow tests to write to sink (#1098)
  • @Alb-O:

    • fixed(painting): preserved leading CRLF in no-color rendering (#1097)
  • @casedami:

    • refactored: abbreviation expansion trait logic (#1094)
  • @reubeno:

    • perf: minimized cursor::position queries (#1090)
  • @a-rookie-of-C-language:

    • feat(list_menu): added DescriptionPosition to control description place… (#1044)

Documentation

  • @guluo2016:

    • updated plugin list docs: replaced is_running with status field (#2179)
  • @NotTheDr01ds:

    • TWiN 354 (#2178)
Edit this page on GitHub
Contributors: NotTheDr01ds