This week in Nushell #277
Nushell
- fdncred fixed 64-bit hex number parsing, updated reedline, and reverted some buggy PRs (1, 2)
- sgvictorino returned const values from
scope variables
and added support for raw strings in match patterns - rikukiix fixed
exec
to decrement SHLVL correctly - WindSoilder updated dependencies and added
-l/--long
flag to du, removed-a/--all
flag - NotTheDr01ds did lots of polish for configuration: updated sample and scaffold files, set empty
ENV_CONVERSIONS
record by default, allowed both NU_PLUGIN_DIRS const and env at the same time, used const NU_LIB_DIRS in startup, and only ranfrom_string
conversion on strings - RobbingDaHood made some parser fixes for comments: 1, 2
- cptpiepmatz fixed
table
command when targeting WASM - 132ikl removed grid icons deprecation warning and changed
help commands
to use name from scope instead of the name from the declaration - IanManske made
timeit
take only closures as an argument
Documentation
- dtenenba fixed multiple issues with example table
- Squidroot2 removed duplicate 'get' in list.md
- 132ikl added
cd
to title of Changing Directories in a Custom Command section for searchability - NotTheDr01ds made Moving Around fixes and updates and updated Quick Tour chapter
Nu_Scripts
- hongquan followed Include to extract more SSH hosts
- a-stevan prevented return from
toolkit
command - ff2400t renamed usage to description in commands table
reedline
- milomg implemented redraw on resize