This week in Nushell #268
Nushell
- 132ikl reworked sorting and added cell path and closure comparators to
sort-by
- Kither12 made completions faster
- sgvictorino added support for filesize arguments in
random
binary
/chars
, and fixed parsing for certain strings with equal signs - NotTheDr01ds corrected some wording, fixed
--header-row
description, madebanner
respectuse_ansi_coloring
setting, implemented virtualstd
module subdirectories, fixeddirs
removal warning, and enabled loading env when importing withuse std *
- fdncred made
FooterMode::Auto
work, hard-coded selection color to bereverse
, fixedformat date
by getting the env vars properly, updated reedline (1, 2), and added unicode-width tostr stats
- WindSoilder fixed $env.FILE_PWD and $env.CURRENT_FILE inside
use
, reverted that after a bug was found, and improved nushell's handling of external args surrounded by backtick quotes - IanManske removed the deprecated
group
command, fixedtry
printing when it is not the last pipeline element, and standardized how config is updated - qfel reduced nesting in the history command code, and reduced duplication in history path construction
- ayax79 removed the CustomValue portion of CustomValue type name strings
- hustcer created a Sha256sum file for each release binary, and replaced the old
encode base64
anddecode base64
with new-base64 commands - quadristan improved umkdir tests to get umask instead of assuming it, and added an example for escaped regexes in
str replace
- 1256-bits added ls colors to cjs and mjs files
- JustForFun88 improved keybinding parsing for Unicode support
- sdmoralesma fixed the example for hide-env
Documentation
- JustForFun88 added changes to release notes for version 0.99.0 due to nushell/#14020
- NotTheDr01ds turned back on line-numbers, and added std-lib breaking changes
- LoicRiegel added French translation [#1532]
Nu_Scripts
- HirschBerge updated
ani-cli
completions