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
randombinary/chars, and fixed parsing for certain strings with equal signs - NotTheDr01ds corrected some wording, fixed
--header-rowdescription, madebannerrespectuse_ansi_coloringsetting, implemented virtualstdmodule subdirectories, fixeddirsremoval warning, and enabled loading env when importing withuse std * - fdncred made
FooterMode::Autowork, hard-coded selection color to bereverse, fixedformat dateby 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
groupcommand, fixedtryprinting 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 base64anddecode base64with 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-clicompletions