Home Explore Blog CI



nushell

1st chunk of `blog/2022-04-08-twin0137.md`
ffa613da46c973df96e196666e2cf041bbb8de49c418a4050000000100000d9b
# This week in Nushell #137

## Nushell

- jt [let 'each' also send input to block](https://github.com/nushell/nushell/pull/5136), and [Soften the block arity checking](https://github.com/nushell/nushell/pull/5135), and [Revert "nu-cli/completions: added a cache layer for fetching completions"](https://github.com/nushell/nushell/pull/5132), and [Move 'keep' to 'take'](https://github.com/nushell/nushell/pull/5123), and [Add datetime to math-like](https://github.com/nushell/nushell/pull/5118), and [Improve describe to be more accurate](https://github.com/nushell/nushell/pull/5116), and [Remove external name exceptions](https://github.com/nushell/nushell/pull/5115), and [Add unary not](https://github.com/nushell/nushell/pull/5111), and [Load plugins for scripts and commands, too](https://github.com/nushell/nushell/pull/5105), and [Add raw strings, use raw strings for env](https://github.com/nushell/nushell/pull/5090)
- stormasm created [doc change from engine-q to nushell](https://github.com/nushell/nushell/pull/5134)
- fdncred [added ability to opt in to normal string replacement in `replace` cmd](https://github.com/nushell/nushell/pull/5133), and [add keep deprecated commands](https://github.com/nushell/nushell/pull/5124), and [update `str find-replace` to `str replace`](https://github.com/nushell/nushell/pull/5120), and [enables find to search records with regex](https://github.com/nushell/nushell/pull/5100), and [new `glob` command](https://github.com/nushell/nushell/pull/5087), and [update shadow-rs, update git2, remove indexmap from `version`](https://github.com/nushell/nushell/pull/5086)
- elferherrera added [short descriptions](https://github.com/nushell/nushell/pull/5130), and [use arc to avoid cloning entire engine for menus](https://github.com/nushell/nushell/pull/5104), and [allow record as text style](https://github.com/nushell/nushell/pull/5092), and [Generic menus](https://github.com/nushell/nushell/pull/5085)
- rgwood [fixed command descriptions+examples](https://github.com/nushell/nushell/pull/5129), and [Change string contains operators to regex](https://github.com/nushell/nushell/pull/5117), and [Trim newline from `input` result](https://github.com/nushell/nushell/pull/5097), and [Add some command search terms](https://github.com/nushell/nushell/pull/5096), and [Fix Format for non-basic data types](https://github.com/nushell/nushell/pull/5095), and [Set LAST_EXIT_CODE on parse error](https://github.com/nushell/nushell/pull/5084), and [Fix Python plugin (missing search terms)](https://github.com/nushell/nushell/pull/5083), and [Fix for search terms in `help --find`](https://github.com/nushell/nushell/pull/5081), and [Tweak append+prepend help](https://github.com/nushell/nushell/pull/5080)
- herlon214 created [nu-cli/completions: removed default filter for command](https://github.com/nushell/nushell/pull/5126), and [nu-cli/completions: fix file completions filtering, clippy fixes](https://github.com/nushell/nushell/pull/5122), and [nu-cli/completions: added a cache layer for fetching completions](https://github.com/nushell/nushell/pull/5114), and [nu-cli/completions: prioritize non hidden folders](https://github.com/nushell/nushell/pull/5108), and [nu-cli: refactor completions](https://github.com/nushell/nushell/pull/5102), and [feature: Add some context to completions](https://github.com/nushell/nushell/pull/5078)
- rybertm [implemented rest of `touch` flags](https://github.com/nushell/nushell/pull/5119)

Title: Nushell Updates - This Week in Nushell #137
Summary
This is a summary of the changes and updates to Nushell for the week #137. It includes pull requests from various contributors, covering areas like command improvements, documentation changes, completion enhancements, and bug fixes.