This week in Nushell #206
Nushell
- jntrnr re-aligned how prompt indicators work, and simplified default style and match Rust code to config, and reverted 9693 to prevent CPU hangs, and reverted "Add an option to move header on borders"
- IanManske replaced
&Span
withSpan
sinceSpan
isCopy
- fdncred removed
vectorize_over_list
from python plugin, and updated theformat
signature to allowrecord
to be passed in, and updated theitems
signature to allowany
output, and updated thechar
signature withTable
, and updated to current reedline, and bumped to dev version 0.83.2 - WindSoilder renamed
date format
toformat date
, and Module: support defining const and use const variables inside of function - ayax79 cleaned up some dataframe commands: merged overloaded commands, and merging into one
dfr into-nu
command - atahabaki created str-expand: add path flag, and str-expand: Add Escaping Example
- ghost made URLs clickable in error documentation
- mengsuenyan fixed a bug where
~ | path type
returned an empty string, and fixed a panic when type a statement similar tolet f = 'f' $
in the nushell - sholderbach updated
unicode-linebreak
to0.1.5
, and addedformat duration
to replaceinto duration --convert
- zhiburt added an option to move header on borders
- jflics6460 created Accept records for http subcommand headers (-H)
Documentation
- LeoniePhiline created fix(docs): Fix link to "setting environment variables", and fix(docs): Link to Command Reference led to HTTP 404
- hustcer created Upgrade some dependencies, and fix some broken assets import
- amtoine created patch: release notes for 0.83.1
- gregokent created tweak
overlay new
tip
Nu_Scripts
- amtoine created rename
date format
toformat date
, and fix the date schedule in the release scripts - fdncred created update
date format
toformat date
in oh-my.nu, and delete codeowners file - e2dk4r created custom-completions: scoop: fix getting environmental variables
- kjelly created Add descriptions for the docker module.
reedline
- fdncred created turn off default prompt styling (bold) to prevent leakage