This week in Nushell #257
Nushell
- devyn fixed
keybindings list
being empty by default, fixed$in
in range expressions, bumped Nushell's version (1, 2), and updated parsing for unknown args in known externals to be like normal external calls. - fdncred updated release-pkg.nu with a working URL for the less license, and updated query web example due to Wikipedia changes.
- ayax79 updated the version for nu-ansi-term and reedline.
- NotTheDr01ds updated the query-web example to use new chunks.
- f3wenbo fixed an output format issue in
char --list
. - IanManske fixed setting metadata on byte streams.
Documentation
- devyn added an example for the new CallDecl engine call, updated the
CustomValue
usage example, abbreviated the output in an example in dataframes to avoid a typo false positive, worked on the release notes for 0.96.0, and addedFindDecl
andCallDecl
engine calls to the plugin protocol reference. - sinisa-szabo updated 00_flow_control_overview.md.
- IanManske removed unnecessary ignore in typos config, and replaced
group
withchunks
in the docs. - hustcer refreshed command docs for Nu v0.96.0.
- NotTheDr01ds updated and fixed Cookbook Tables, and provided updates for 0.96 $in improvements.
- ayax79 created release notes for
0.96.0
.
Nu_Scripts
- NotTheDr01ds updated themes preview to use
chunks
instead of the deprecatedgroup
, fixed cell-path in themes, and updated theme preview scripts and screenshots. - christoph-blessing fixed incorrect docker commands.
- lizclipse fixed sys usage.
- ayax79 fixed the ordering and added nu-drive-value for nu_release.nu.
- devyn added more notes about transferring ownership during release, and moved notes for plugin developers to the top level in release notes.
- sadguitarius added silent option to nu_msvs.
- AucaCoyan fixed
scope commands
call and columns, and provided parser fixes. - OJarrisonn fixed catppuccin themes declared as
const
inside a record, and updated nu-complete for git ref and git files-and-ref to use nu-complete git switch. - amtoine worked on the
nu-themes
make script, bumped thenu-hooks
package to0.2.0
, proposed an RFC to add a command to help parse arguments in scripts, and addedways-to-add-up-to
to the "math" module. - Okdro added git grep completions.