# This week in Nushell #136
## Nushell
- elferherrera [updated reedline](https://github.com/nushell/nushell/pull/5062), and [evaluate indicators as commands](https://github.com/nushell/nushell/pull/5026), and [corrects menu selection](https://github.com/nushell/nushell/pull/5004), and [Help menu](https://github.com/nushell/nushell/pull/4992)
- fdncred [added starts with operator](https://github.com/nushell/nushell/pull/5061), and [finish hooking up completion descriptions](https://github.com/nushell/nushell/pull/5047), and [Nu ansi term update](https://github.com/nushell/nushell/pull/4988), and [fix ls when file is a socket on mac](https://github.com/nushell/nushell/pull/4983)
- jt [let a simple last be a single value](https://github.com/nushell/nushell/pull/5060), and [Add 'date to-record'](https://github.com/nushell/nushell/pull/5058), and [Fix sort signature](https://github.com/nushell/nushell/pull/5055), and [Sort command](https://github.com/nushell/nushell/pull/5054), and [Allow strings for prompt env vars](https://github.com/nushell/nushell/pull/5052), and [Use real stack during custom completion](https://github.com/nushell/nushell/pull/5010), and [Fix for loop ctrlc not terminating](https://github.com/nushell/nushell/pull/5003), and [See if levenshtein sorting feels good for completions](https://github.com/nushell/nushell/pull/5001), and [Help menu improvements](https://github.com/nushell/nushell/pull/4997), and [Bump nushell to 0.60.1](https://github.com/nushell/nushell/pull/4987)
- sholderbach [updated reedline to new constructor API](https://github.com/nushell/nushell/pull/5051), and [Lift line editor construction out of loop](https://github.com/nushell/nushell/pull/5041)
- neosam [allowed open to work with 'from ...' block commands](https://github.com/nushell/nushell/pull/5049)
- kubouch [added record, list, and table to signature types](https://github.com/nushell/nushell/pull/5040), and [Add a README about changing capnp schema](https://github.com/nushell/nushell/pull/4998), and [Add search terms to Command and Signature](https://github.com/nushell/nushell/pull/4980)
- rgwood [fixed load-env unsupported input error message](https://github.com/nushell/nushell/pull/5039), and [Fix which command](https://github.com/nushell/nushell/pull/5038), and [Fix env var shorthand when value contains `=`](https://github.com/nushell/nushell/pull/5022), and [Clean up which/which-support Cargo feature](https://github.com/nushell/nushell/pull/5019), and [Improve did_you_mean, add tests](https://github.com/nushell/nushell/pull/4999), and [Case-insensitive search in did_you_mean](https://github.com/nushell/nushell/pull/4991)
- stormasm [updated nu-glob README](https://github.com/nushell/nushell/pull/5037)
- dev-msp created [feat: add --suppress-output (-s) to input command](https://github.com/nushell/nushell/pull/5017)
- naufraghi [striped '+ ' decoration in git branch list](https://github.com/nushell/nushell/pull/5016)
- rrcwang [fixed: pass metadata to more filter commands for `ls_colors`](https://github.com/nushell/nushell/pull/5009)
- futile [updated README.md for Rust 1.59](https://github.com/nushell/nushell/pull/4995)
- b333z [limited mem usage + back-pressure via bounded channels](https://github.com/nushell/nushell/pull/4986), and [Add streaming support to save for ExternalStream data](https://github.com/nushell/nushell/pull/4985), and [Support binary data to stdin of run-external](https://github.com/nushell/nushell/pull/4984)