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

Published Friday, 2026-02-27, including PRs merged Friday, 2026-02-20 through Thursday, 2026-02-26.

Nushell

  • @hustcer:

    • Increased help indention to fix the docs build error (#17659)
  • @fdncred:

    • Updated entry to repl_entry for better understanding (#17655)
    • Updated nushell to latest reedline commit 4ad0d0cb (#17654)
    • Normalized slashes for which output (#17653)
    • Allowed which to show where the file resides (#17643)
    • Added more standardization to command arguments (#17639)
    • Allowed view source to store file location in metadata (#17635)
    • Fixed detect columns panic with unicode chars (#17627)
    • Added custom subcommand help (#17610)
    • Fixed let and ensured glob variables expand correctly in runtime and tests (#17596)
  • @NotTheDr01ds:

    • Fixed history | last 10 being in descending order (#17645)
  • @pickx:

    • Fixed view span to allow zero-length spans and reject out-of-bounds spans (#17637)
  • @Juhan280:

    • Fixed compilation on targets other than linux, windows and macos (#17626)
  • @fmotalleb:

    • Fixed android builds (#17624)
    • Fixed android builds failing with arboard clipboard (#17619)
    • Added clip config (#17616)
    • Added native clipboard support using arboard (#17572)
  • @Bahex:

    • Refactored par-each to reduce object churn by reusing closures (#17617)
  • @amaanq:

    • Fixed using writeln! instead of format! and write_all (#17613)
    • Fixed replacing eprintln! with writeln! in error reporting to prevent double-panic (#17606)
    • Fixed ls to escape control characters in filenames to prevent terminal corruption (#17580)
  • @veeceey:

    • Stripped ANSI escape codes from custom completion values (#17607)
  • @teddygood:

    • Fixed ParseOption handling in from ini (#17600)
  • @blindFS:

    • Added cellpath completion fallback to type based when value is unknown (#17598)
  • @astral-l:

    • Added --timeout flag to input listen (#17595)
  • @132ikl:

    • Made collect a keyword command and checked pipefail on Instruction::Collect (#17579)
  • @monigarr:

    • Added PR 10 (of 10) Issue 5066 help text nu command network system viewers (#17546)
  • @app/dependabot:

    • Bumped rmcp from 0.14.0 to 0.16.0 (#17585)
    • Bumped quickcheck from 1.0.3 to 1.1.0 (#17584)

Nu_Scripts

  • @gbrls:
    • Improved zig build completion (#1226)

Documentation

  • @app/dependabot:

    • Bumped rollup from 4.53.3 to 4.59.0 (#2125)
  • @c-git:

    • Fixed minor typos in string manipulation section (#2123)

Awesome Nu

  • @SuaveIV:

    • Added gh_status.nu - GitHub service health checker (#157)
    • Added nu_script_hnews and tightened wttr.in entry (#156)
  • @galuszkak:

    • Added nu_plugin_bigquery to README.md & config.yaml (#155)
  • @fnuttens:

    • Added vouch script link to README (#154)

reedline

  • @Juhan280:
    • Added dedicated events for buffer jumps while preserving selection via EditCommands (#1025)
Edit this page on GitHub
Contributors: NotTheDr01ds