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

Nushell

  • NotTheDr01ds added "short" Welcome Banner option
  • cosineblast made ls collect metadata in a separate thread, and added streaming to get and reject
  • WindSoilder made du streaming
  • fdncred updated the startup banner to respect use_ansi_colors
  • cptpiepmatz added config use-colors to get evaluated color setting, replaced std::time::Instant with web_time::Instant, added content type metadata to config nu commands, and added auto option for config.use_ansi_coloring
  • sgvictorino fixed an issue with cp in FreeBSD builds
  • hustcer fixed Docker image tests
  • hjetmundsen removed trailing slash from symlink completion (issue #13275)
  • sholderbach bumped Nu versions (1, 2)
  • devyn made the --no-newline test use --no-config-file as well, and changed how and and or operations are compiled to IR to support custom values
  • Bahex added bytes split command, added binary input support to chunks, and ran ENV_CONVERSIONS whenever it's modified
  • ayax79 added Polars AWS S3 support
  • rikukiix switched from serde_yaml to serde_yml
  • RobbingDaHood fixed several parser issues with comments
  • zhiburt bumped tabled to 0.17

Documentation

  • NotTheDr01ds reverted codeblock theme, disabled PrismJS, fixed config nu reference, added additions from full-changelog for NotTheDr01ds and WindSoilder, updated multi-line editing and other features, and updated Config Preview
  • hustcer upgraded vuepress plugins and shiki, added ansi lang, and refreshed Nu command docs for v0.101
  • jesper-olsen updated dataframes.md, and updated custom_commands.md
  • sholderbach added command doc lint ignore for autogen maintainer, cleared up the automated comment, ensured command doc workflow fails, fixed command doc (newline stuff), attempted to get the command doc comment bot working, fixed release note anchors, and summarized Stefan's contributions
  • IanManske continued 0.101.0 release notes, and added release notes for 0.101.0
  • HartBlanc fixed minor errors in book
  • 0x4D5352 updated Nushell Book with copy-able examples

Nu_Scripts

  • fdncred updated oh-my.nu to respect use_ansi_coloring config setting
  • AucaCoyan fixed some parser issues with type signatures
  • sholderbach fixed table of contents generation for release notes, and fixed input-output signatures
Edit this page on GitHub
Contributors: NotTheDr01ds