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

Nushell

  • NotTheDr01ds worked on SHLVL (1, 2), added a user-level autoload directory, removed no-longer-needed convert_env_values calls, improved open to assign content_type metadata for filetypes not handled with a from converter, and added a comment on nu_repl usage
  • rikukiix made exec command decrement SHLVL correctly & added a SHLVL related test
  • cptpiepmatz worked on boolean coercion (1, 2)
  • ayax79 provided the ability to split strings in columns via polars str-split
  • ysthakur made utouch the new touch and created a nu_glob::is_glob function
  • fdncred improved error messages for "sum", "product", and "sum_of_squares" and replaced regex crate with fancy_regex
  • zhiburt fixed a tabled panic
  • sholderbach promoted a note about internal_span to doccomment
  • 132ikl removed usages of internal_span
  • NiceGuyIT fixed a command description
  • 0x4D5352 improved example formatting in README.md
  • hjetmundsen added glob support to utouch
  • tsukimizake stopped multiline prompts from removing the last newline

Documentation

  • jesper-olsen updated loading_data.md and updated thinking_in_nu.md
  • ysthakur used white foreground for copy code button, documented custom completion options and styling, and used dark-plus in code blocks for light mode also
  • alexandregv fixed a broken link and a typo
  • 132ikl updated example in working with lists to reflect changes to ++ operator
  • 0x4D5352 added Japanese and Portuguese book and added Spanish and French book

Nu_Scripts

  • NotTheDr01ds removed some outdated comments
  • fantasyzhjk updated rbenv module
  • kjelly added support for nu 101 in argx module
  • Bahex fixed propagation of errors from aggregate operation closures and added aggregate to stdlib-candidate
  • WindSoilder added path replace-extension to stdlib-candidate
Edit this page on GitHub
Contributors: NotTheDr01ds