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

Published Friday, 2026-07-24, including PRs merged Friday, 2026-06-19 through Thursday, 2026-06-25.

Nushell

  • @fdncred:

    • bumped rusqlite to 0.40.1 (#18469)
    • added new log-level perf so we can more easily see only performance logging (#18468)
    • bumped reedline to commit 31a91c3 (#18455)
    • bumped quinn-proto (#18453)
    • bumped fff-search deps to 0.9.6 (#18448)
    • fixed idx search 'Lyrics[' bug (#18447)
    • respected table mode passed on cli for scripts and repl (#18446)
    • allowed is-terminal to detect redirection (#18443)
    • refactored pushdown code into a query_plan to make it easier to add more pushdown filters (#18398)
  • @maximilize:

    • added regression test for non-block for body (#13746) (#18466)
    • fixed compile: clone $in register for binary-op RHS to avoid clobbering LHS (#18323) (#18465)
  • @Juhan280:

    • refactored logging: simplified CLI filter parsing to allow target or module paths (#18464)
  • @hexbinoct:

    • fixed usize underflow on insert/upsert into a nested path of an empty list (#18463)
  • @flying-sheep:

    • added --right to split row and split column (#18444)
  • @cptpiepmatz:

    • serialized Range via string representation (#18442)
    • fixed CI not testing doctests (#18441)
  • @Tyarel8:

    • added navigation shortcuts to explore config (#18440)
  • @Bahex:

    • made row-conditions parse {} as closure, not record (#18438)
    • improved type system (#18430)
    • made experimental option enforce-runtime-annotations opt out (#18359)
  • @stuartcarnie:

    • fixed SIGABRT from broken stdout/stderr on parent exit (#18428)
  • @mkatychev:

    • added lsp feature flag to executable (#18148)
  • @app/dependabot:

    • bumped bytes from 1.11.1 to 1.12.0 (#18459)
    • bumped rmcp from 1.7.0 to 1.8.0 (#18458)
    • bumped actions/checkout from 6 to 7 (#18457)

Documentation

  • @NotTheDr01ds:

    • published TWiN 356 (#2188)
  • @sharpchen:

    • fixed comparison for pwsh and csharp (#2187)
  • @kiil:

    • documented match_description option for custom completions (#2185)
  • @app/dependabot:

    • bumped undici from 7.24.1 to 7.28.0 (#2186)
    • bumped markdown-it from 14.1.0 to 14.2.0 (#2184)

Awesome Nu

  • @lassoColombo:
    • added conventional-commits module (#167)

reedline

  • @fdncred:

    • bumped rusqlite to 0.40.1 (#1110)
  • @reubeno:

    • fixed re-use prompt rows after a quiet buffer editor (#1107)

Nu_Scripts

  • @ldsands:

    • added zmx completion script (#1262)
  • @kaascevich:

    • updated Swift Bundler completions (#1261)
  • @DeadBranches:

    • fixed auto-venv: handle overlay list returning table instead of list (#1260)
Edit this page on GitHub
Contributors: NotTheDr01ds