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

Nushell

  • replcat added support for kitty key modifiers in keybindings
  • nome fixed handling of stopped TUI applications on unix
  • fdncred fixed a bug in the toolkit, fixed ls_colors coloring in grid and ls, updated the defaults for shell_integration, added binary input to hash commands, updated the folder_depth algorithm for glob command, updated reedline, fixed the ability to add a plugin by name instead of path, and added threads to the ls command to increase performance in some circumstances
  • ayax79 added command polars len for performing count(*) like operations, exposed flag truncate-ragged-lines in polars open, added command polars profile for profiling lazy dataframes, and added polars concat to allow concatenation of multiple dataframes
  • saurabh10041998 fixed a Docker image build failure
  • hustcer made some small tweaks to release and nightly workflow, and added loongarch64-unknown-linux-gnu-gcc build target
  • WindSoilder bumped version to 0.98.1, and removed more quotes on external command arguments
  • sgvictorino fixed inspect and explore panics on empty records
  • weirdan made input listen respect $env.config.use_kitty_protocol
  • NotTheDr01ds added search terms to into value, and made Nu only ask to create config files the first time it's started
  • IanManske fixed try not working with let, etc., and fixed do -p not waiting for external commands
  • fornwall bumped rustix from 0.38.34 to 0.38.37
  • Bahex added content_type metadata to view source
  • dead10ck added binary type support to polars
  • YizhePKU set current working directory at startup
  • anka-213 fixed panic on too few arguments for custom function

Extension

  • fdncred updated grammar to nushell 0.98.0, version and changelog

Documentation

  • 132ikl added warning about display_errors
  • sholderbach fixed equal operator

Nu_Scripts

  • schrieveslaach fixed git diff completions
  • louiss0 added yadm completions to the repo
  • AucaCoyan fixed git init --initial-branch string instead of bool, and added completions for bmc client

reedline

  • uek-1 fixed demo completions, and added partial completions to the MenuNext event
  • replcat added test for kitty protocol modifier key in vi mode
  • WindSoilder changed ctrl-k to cut to line end in emacs mode
Edit this page on GitHub
Contributors: NotTheDr01ds