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

Nushell

  • schrieveslaach implemented an early version of an integrated LSP Server
  • fdncred removed unwraps in registry_query command, allowed compact to also compact empty strings, and allowed sort-by to work with records
  • KAAtheWiseGit refactored error make, changed input list to return null, changed the category of scope commands to core, and added a umkdir command that uses uutils
  • stfacc added "shape_keyword" to default config
  • sholderbach refactored to use new Record APIs in nu-protocol/nu-engine, converted "pure" macros to pure fn in config.rs, added Record::remove/retain/retain_mut, and disallowed duplicated columns in table literals
  • IanManske reduced element shifting in Record::retain_mut, made FromValue take owned Values, and reused Closure type in Value::Closure
  • lavafroth implemented a few fixes for completions: 1, 2
  • WindSoilder introduced a gen_save_call function to reduce duplicate code

Documentation

  • stfacc created Add instructions to change default shell for GNOME Console
  • amtoine created put Starship integration forward in prompt chapter

Nu_Scripts

  • fnuttens created Fix git hard reset to origin branch alias (groh)
  • amtoine created update the nu-themes readme

reedline

  • sunfishcode created Avoid consuming CPU when waiting for input.
  • stfacc created Split hinter tokens at Unicode word boundaries
Edit this page on GitHub
Contributors: NotTheDr01ds