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

Belatedly published Wednesday, July 9th for PRs the week ending 2025-06-13

This week, @noahfraiture made the http get and http post commands smarter. Just using http will usually choose the right verb!

Also clip copy and clip paste are moving! You'll now find them in std, rather than std-rfc.

Thanks for all the great contributions this week!

Nushell

  • echasnovski added state entry to gstat (like "Clean", "Merge", "Rebase", etc.)
  • ayax79:
    • Allowed polars schema --datatype-list to be used without pipeline input
    • Made polars last consistent with polars first
    • Added groupby support for polars last
  • Tyarel8:
    • Added --no-prefix flag to format number
    • Improved ansi format: using _ in short name and rst → reset
  • fdncred:
    • Added like and not-like to help operators
    • Bumped to dev version 0.105.2
    • Made date humanize use human_time_from_now()
    • Fixed stor insert/delete collision
  • liquid-dragons:
    • Fixed typo referring to non-existent Value::CustomValue
    • Improved precision in parsing filesize values
    • Fixed typo in examples of the table command
  • dependabot[bot]:
    • Bumped which from 7.0.0 to 7.0.3
    • Bumped titlecase from 3.5.0 to 3.6.0
    • Bumped ansi-str from 8.0.0 to 9.0.0
  • hustcer:
    • Used NUSHELL_PAT for winget publish
    • Attempted to fix winget publish error
    • Bumped to version 0.105.0
    • Attempted to fix PAT issue for winget publish account
  • cptpiepmatz:
    • Reverted "update nushell to use coreutils v0.1.0 crates"
    • Used stable reedline version for release
    • Downgraded calamine to 0.26 to fix build without --locked
  • JoaquinTrinanes made CLI use latest specified flag value when repeated
  • ofek:
    • Enabled shell_integration.osc9_9 by default on Windows
    • Fixed typo in example config.nu
  • pyz4 fixed polars warning by swapping pivot for pivot_stable
  • sholderbach pulled reedline development version
  • marienz improved error message on spawn failure from null bytes
  • WindSoilder attempted to make hide-env respect overlays
  • zhiburt:
    • Reused NuRecordsValue::width in nu-table -e
    • Removed safety-net width check from nu-table
  • ysthakur prevented making unquoted file/dir paths absolute
  • 132ikl promoted clip from std-rfc to std
  • noahfraiture made http requests default to GET, use POST only with payload
  • lazenga added support for centering columns via CellPaths in to-md

Integrations

  • hongquan fixed maintainer script making /etc/shells empty
  • hustcer added just bump task to automate version bumping

reedline

  • dburburan fixed panic in fuzzy completion with multibyte filenames
  • mrdgo added immediate command execution

Awesome Nu

  • FMotalleb improved workflow chores
  • null-dev added Windmill

Nu_Scripts

  • fdncred replaced filter with where
  • cptpiepmatz updated cargo hack command for releases
  • samoylovfp fixed error in non-home paths

Documentation

  • Axlefublr fixed "using" -> "Using" typo
  • axelcool1234:
    • Fixed broken link in creating_modules.md
    • Fixed typo in modules.md
    • Removed awkward newline from scripts.md
    • Fixed broken link in control_flow.md
    • Fixed erroneous Nu code in variables.md
    • Fixed typo in custom_commands.md
  • cptpiepmatz:
    • Sorted same-date blog posts by path
    • Added release notes for 0.105.1
    • Added release notes for 0.105.0
  • hustcer refreshed Nu command docs for v0.105.0
  • NotTheDr01ds:
    • Added TWiN #302
    • Added TWiN 301
    • Added TWiN 300
  • ysthakur moved Zoxide completer to cookbook
  • blindFS moved zoxide completer to custom_completions

NUPM

  • cptpiepmatz bumped nu version in CI to 0.105.1
  • Muttsuri replaced deprecated "filter" with "where" in registry.nu
Edit this page on GitHub
Contributors: NotTheDr01ds