# This week in Nushell #143
## Nushell
- jt created [Add environment change hook](https://github.com/nushell/nushell/pull/5600), and [Revert "Try to do less work during capture discovery"](https://github.com/nushell/nushell/pull/5561), and [Try to do less work during capture discovery](https://github.com/nushell/nushell/pull/5560), and [Try removing debuginfo for ci builds](https://github.com/nushell/nushell/pull/5549)
- sholderbach created [Refer to the span of `error make` if not given](https://github.com/nushell/nushell/pull/5599), and [Use bleeding edge reedline, with fix for #5593](https://github.com/nushell/nushell/pull/5598), and [Change miette theme based on ANSI config](https://github.com/nushell/nushell/pull/5588), and [Use effectively unlimited history size if not set](https://github.com/nushell/nushell/pull/5587), and [Move help menu to canonical `F1` binding](https://github.com/nushell/nushell/pull/5510)
- hustcer created [Fix #5578, assume pipe file be zero-sized](https://github.com/nushell/nushell/pull/5594)
- WindSoilder created [Don't report error when cwd is not exists.](https://github.com/nushell/nushell/pull/5590), and [Fix flatten behavior](https://github.com/nushell/nushell/pull/5584), and [add quantile column in histogram ](https://github.com/nushell/nushell/pull/5583), and [fix select tests](https://github.com/nushell/nushell/pull/5577), and [fix move test](https://github.com/nushell/nushell/pull/5576), and [Make format support nested column and use variable](https://github.com/nushell/nushell/pull/5570), and [use reverse iter on value search](https://github.com/nushell/nushell/pull/5553), and [fix zip test](https://github.com/nushell/nushell/pull/5536)
- IanManske created [Fix help menu panic.](https://github.com/nushell/nushell/pull/5581)
- merelymyself created [Allowing for flags with '=' in them to register as flags.](https://github.com/nushell/nushell/pull/5579)
- jaeheonji created [feat: apply the `--numbered` option to acc in `reduce` command.](https://github.com/nushell/nushell/pull/5575)
- krober created [Add str title-case](https://github.com/nushell/nushell/pull/5573), and [Str casings reorganization & description updates](https://github.com/nushell/nushell/pull/5572)
- fdncred created [move items to showcase](https://github.com/nushell/nushell/pull/5569), and [refactor all write_alls to ensure flushing](https://github.com/nushell/nushell/pull/5567), and [make print flush](https://github.com/nushell/nushell/pull/5566), and [table refactor for readability](https://github.com/nushell/nushell/pull/5555)
- rgwood created [Revert "Enable backtraces by default (#5562)"](https://github.com/nushell/nushell/pull/5568), and [Upgrade trash dependency](https://github.com/nushell/nushell/pull/5563), and [Enable backtraces by default](https://github.com/nushell/nushell/pull/5562), and [Remove doctests CI action](https://github.com/nushell/nushell/pull/5556), and [CI: bust caches](https://github.com/nushell/nushell/pull/5550), and [Look up git commit hash ourselves, drop libgit2 dependency](https://github.com/nushell/nushell/pull/5548)
- efugier created [feat(errors): more explicit module_or_overlay_not_found_error help me…](https://github.com/nushell/nushell/pull/5564)
- victormanueltn created [Add search terms to build-string command.](https://github.com/nushell/nushell/pull/5557)
- ocitrev created [Sync resources version](https://github.com/nushell/nushell/pull/5554)
- elferherrera created [Lazy dataframes](https://github.com/nushell/nushell/pull/5546)
- njbull4 created [cp, mv, and rm commands need to support -i flag](https://github.com/nushell/nushell/pull/5523)
- onthebridgetonowhere created [Fix cp bug](https://github.com/nushell/nushell/pull/5462)
## Documentation
- kubouch created [Document config as environment variable](https://github.com/nushell/nushell.github.io/pull/437)
## Nu_Scripts
- fdncred created [add html colors](https://github.com/nushell/nu_scripts/pull/226), and [add progress bar examples + some benchmarks](https://github.com/nushell/nu_scripts/pull/224), and [help with pr](https://github.com/nushell/nu_scripts/pull/220)
- Yethal created [Update remoting.nu](https://github.com/nushell/nu_scripts/pull/225), and [Added remoting.nu](https://github.com/nushell/nu_scripts/pull/222)
- Jacobious52 created [Auto generation completion help parser](https://github.com/nushell/nu_scripts/pull/223)
## reedline
- sholderbach created [Do not allocate eagerly for full history capacity](https://github.com/nushell/reedline/pull/427)