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

Nushell

  • ysthakur fixed the variable completion sort order and forced completers to sort in fetch()
  • devyn preserved attributes on external ByteStreams
  • lavafroth fixed exotic types to return float on division and self on modulo and replaced unfold with from_fn for the generate command
  • fdncred changed duration mod duration to duration instead of float, created a better error message when saving fails, and updated uutils crate versions
  • cablehead removed the deprecated register command
  • WindSoilder ensured errors in examples don't show results
  • rgwood limited drilling down inside explore
  • kubouch made Span ID Refactor (Step 2): Make Call SpanId-friendly and then reverted that change while we fix up some bugs
  • hqsz supported default offset with the dateformat option
  • ayax79 checked if the cache is empty before enabling GC and added more logging, added the ability to set content-type metadata with metadata set, and allowed using pipeline data for HTTP post|put|patch|delete commands
  • IanManske fixed clippy lint
  • alex-tdrn skipped decoration lines for detect columns --guess
  • NotTheDr01ds removed the deprecated --numbered flag from for

Documentation

  • cablehead removed the deprecated register command
  • monadix corrected a minor spelling mistake
  • opeik fixed a broken $env.PATH example
  • f3wenbo fixed the case-sensitive option for str contains

Nu_Scripts

  • amtoine added a "nuenv" hook and introduced "toolkit" and "startup times" hooks
  • 1adept updated just-completion from "export def" to "export extern"

Reedline

  • adamschmalhofer added a vi visual mode
  • ysthakur made menus process events before updating working details
  • YizhePKU added PWD to the Reedline state
  • Jiogo18 fixed column menu alignments with special characters using width()
Edit this page on GitHub
Contributors: NotTheDr01ds