This week in Nushell #219
Nushell
- schrieveslaach implemented an early version of an integrated LSP Server
- fdncred removed unwraps in registry_query command, allowed
compact
to also compact empty strings, and allowedsort-by
to work with records - KAAtheWiseGit refactored
error make
, changedinput list
to return null, changed the category of scope commands to core, and added aumkdir
command that uses uutils - stfacc added "shape_keyword" to default config
- sholderbach refactored to use new Record APIs in
nu-protocol
/nu-engine
, converted "pure" macros to pure fn inconfig.rs
, addedRecord::remove
/retain
/retain_mut
, and disallowed duplicated columns in table literals - IanManske reduced element shifting in
Record::retain_mut
, madeFromValue
take ownedValue
s, and reusedClosure
type inValue::Closure
- lavafroth implemented a few fixes for completions: 1, 2
- WindSoilder introduced a
gen_save_call
function to reduce duplicate code
Documentation
- stfacc created Add instructions to change default shell for GNOME Console
- amtoine created put Starship integration forward in prompt chapter
Nu_Scripts
- fnuttens created Fix git hard reset to origin branch alias (groh)
- amtoine created update the
nu-themes
readme
reedline
- sunfishcode created Avoid consuming CPU when waiting for input.
- stfacc created Split hinter tokens at Unicode word boundaries