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 Nu #85

VSCode plugin

  • fdncred added autocompletion to the VSCode plugin

Nu Scripts

  • efx and fdncred added more scripts to the scripts repo

Book

  • mvolkmann added a page in the book covering the operators

Nushell

  • ilius added autocompletions for aliases and custom commands, added TiB and PiB filesizes
  • andrasio added the any? and all? commands, removed the help shell, added better support for startup commands to the scope, started to simplify runnable contexts, moved config loading to load from memory, removed arg serialiation from str subcommands
  • mhmdanas removed the broken yr and mon duration units
  • LhKipp refactored the config commands
  • fdncred bumped sysinfo, updated the default prompt, fixed ansi rgb fb
  • jonathandturner switched commands to sync iterator style, fixed a busy-wait for externals, began migrating away from arg serialization, prevented loading of config in autoview when not needed, simplified the default features list, moved from representing codeblocks to Arc of Block instead of Block, simplified how length calculated the length of a table
  • DonnotPanic fixed a crash with out-of-range timestamps
  • ammkrn prevented using trash-based rm if the feature wasn't enabled
  • schrieveslaach prevented whitespace entries from being added to history
Edit this page on GitHub
Contributors: NotTheDr01ds