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

Nushell

  • fdncred updated to latest reedline, added the osc633e escape for VS Code, created a better error message for bad glob patterns, allowed glob to take a glob or a string as input, and added more helpful error with text/xml
  • sholderbach removed code duplication in glob and included only *.nu files in the vendor autoload
  • WindSoilder made ls -lf output full path in symbolic target and added support for SyntaxShape::OneOf in named args
  • ysthakur implemented parse time type checking for range
  • weirdan dropped outdated touch -d example, removed unused fs_extra and hamcrest2 dependencies, and added fallback to extension-based content type detection when parsing Content-Type header fails
  • ayax79 incremented the eager dataframe cache value before returning it
  • qfel preferred process name over executable path and fixed handling of spaces in executable names
  • devyn added --raw switch to print for binary data and added parse error for external commands used in assignment without caret
  • Aakash788 fixed: Only home dir path in pwd will be replaced with ~ in titlebar
  • playdohface made error-message more helpful when user invokes a non-executable file (#13477)

Documentation

  • NotTheDr01ds corrected a few links and added table-links in Types, reworked Completions and Externs chapters, and updated the Book - Types chapter

Nu_Scripts

  • AucaCoyan added worktree completions
  • koffydrop updated scoop completions
  • christoph-blessing fixed network option missing type

reedline

  • tisonkun implemented ClearScreen with crossterm's Clear
Edit this page on GitHub
Contributors: NotTheDr01ds