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

Nushell

  • 132ikl reworked sorting and added cell path and closure comparators to sort-by
  • Kither12 made completions faster
  • sgvictorino added support for filesize arguments in random binary/chars, and fixed parsing for certain strings with equal signs
  • NotTheDr01ds corrected some wording, fixed --header-row description, made banner respect use_ansi_coloring setting, implemented virtual std module subdirectories, fixed dirs removal warning, and enabled loading env when importing with use std *
  • fdncred made FooterMode::Auto work, hard-coded selection color to be reverse, fixed format date by getting the env vars properly, updated reedline (1, 2), and added unicode-width to str stats
  • WindSoilder fixed $env.FILE_PWD and $env.CURRENT_FILE inside use, reverted that after a bug was found, and improved nushell's handling of external args surrounded by backtick quotes
  • IanManske removed the deprecated group command, fixed try printing when it is not the last pipeline element, and standardized how config is updated
  • qfel reduced nesting in the history command code, and reduced duplication in history path construction
  • ayax79 removed the CustomValue portion of CustomValue type name strings
  • hustcer created a Sha256sum file for each release binary, and replaced the old encode base64 and decode base64 with new-base64 commands
  • quadristan improved umkdir tests to get umask instead of assuming it, and added an example for escaped regexes in str replace
  • 1256-bits added ls colors to cjs and mjs files
  • JustForFun88 improved keybinding parsing for Unicode support
  • sdmoralesma fixed the example for hide-env

Documentation

  • JustForFun88 added changes to release notes for version 0.99.0 due to nushell/#14020
  • NotTheDr01ds turned back on line-numbers, and added std-lib breaking changes
  • LoicRiegel added French translation [#1532]

Nu_Scripts

  • HirschBerge updated ani-cli completions

reedline

  • blindFS attempted to fix multiline prompt resize issue
  • andylokandy fixed external printer not printing until key press
  • uek-1 made can_partially_complete() only complete when suggesting more than the input
Edit this page on GitHub
Contributors: NotTheDr01ds