This week in Nushell #220
Nushell
- CAD97 limited
run-external --redirect-combine sh
test to not(Windows), and improved case insensitivity consistency - IanManske refactored the
flatten
command, added anexec
command for Windows, refactoredClosure
captures to useVec
, refactored env conversion to eliminateValue::follow_cell_path_not_from_user_input
, refactored to useRecord::get
instead ofValue
functions, and refactoreddrop columns
to fix issues - sholderbach refactored
transpose
and improve perf, addedRecord::truncate
for trimming based on len, addedRecord::drain
to take out elements by range, refactoredtable
cmd andnu-table
with Record API, refactoredfind
in terms of cleanRecord
API, used record API in more parts ofnu-protocol
, usedRecord
's public API in a bunch of places, and refactored+fixedConfig
<->Value
mechanism - hustcer fixed the Alpine docker file
- drbrain converted ShellError::DatetimeParseError to named fields, matched toolkit clippy settings to CI clippy settings, converted ShellError::UnsupportedInput to named fields, restored test_config tests, showed plugin extra usage and search terms, and updated description and error types for
split-by
- fdncred allowed vscode-specific ansi escape sequence to set path, allowed
items
to properly evaluate block settings, updated anitems
example to send data through the pipeline, removed unnecessary files, updatedtrash
dependency to 3.1.2, and added the color-backtrace crate for more intuitive backtraces - KAAtheWiseGit added a special error case for
alias
, fixed issues witherror make
refactor - dzorya created a better help message for MissingPositional error
- ayax79 added support for Polars structs
Documentation
- wanesty created Cookbook ssh agent - alternatives fixing zombie agents
- cosineblast created Add Pipelines section about stdout output
- noverby created Add Argument Type Interpretation to Scripts
- stfacc created Add instructions to change default shell for GNOME Console
- amtoine created update the Direnv section in the cookbook
Nu_Scripts
- fnuttens created Add git aliases, and Add git push origin --delete aliases
- fj0r created shift_alt_e to switch cwdhist history mode, and change cwdhist_menu layout to
list
, and cwdhist: alternative to zoxide
reedline
- fdncred created don't allow certain examples to compile without their features
- LevitatingBusinessMan created re-enable bracketed paste on not(windows) (fixes #9944) (fixes #648)