# This week in Nushell #119
## Nushell
- jt created [Clippy 1.57 fixes](https://github.com/nushell/nushell/pull/4176), and [removed 'arboard'](https://github.com/nushell/nushell/pull/4174)
- ahouts [added -l/--login flags for compatibility with other shells](https://github.com/nushell/nushell/pull/4175)
- fdncred removed [upx](https://github.com/nushell/nushell/pull/4173), and [bye bye upx, let's try stripping alone](https://github.com/nushell/nushell/pull/4172)
- BraulioVM [sanitized arguments to external commands a bit better](https://github.com/nushell/nushell/pull/4157)
- vmiheer fixed [docs talking about accessing $it outside each](https://github.com/nushell/nushell/pull/4000)
## Documentation
- rashil2000 [added winget as installation method](https://github.com/nushell/nushell.github.io/pull/208)
## Nu_Scripts
- kubouch [fixed typo in directory name](https://github.com/nushell/nu_scripts/pull/109), and [Add example engine-q config script with a module](https://github.com/nushell/nu_scripts/pull/108)
- skelly37 [documented + minor enchancement](https://github.com/nushell/nu_scripts/pull/107)
- fdncred [added storm to maintainers](https://github.com/nushell/nu_scripts/pull/106)
## engine-q
- fdncred created [this fixes garbage ansi when externals turn off vt processing](https://github.com/nushell/engine-q/pull/422), and [add back debug --raw switch](https://github.com/nushell/engine-q/pull/401), and [add optional footer to table](https://github.com/nushell/engine-q/pull/392), and [added row_index coloring](https://github.com/nushell/engine-q/pull/391), and [allow icons to be used in `grid -c`](https://github.com/nushell/engine-q/pull/378), and [enable env setting for prompt animation](https://github.com/nushell/engine-q/pull/376)
- kubouch created [Add canonicalization to parser paths; Improve FileNotFound error](https://github.com/nushell/engine-q/pull/421), and [Fix 'help commands'; Add 'is_custom' column](https://github.com/nushell/engine-q/pull/420), and [Rename add_decls() to use_decls()](https://github.com/nushell/engine-q/pull/395), and [Hiding of environment variables](https://github.com/nushell/engine-q/pull/362)
- elferherrera created [Plugin repeated](https://github.com/nushell/engine-q/pull/417), and [Plugin path for $nu](https://github.com/nushell/engine-q/pull/398), and [Plugin with evaluated call](https://github.com/nushell/engine-q/pull/393), and [Testing suite for dataframes](https://github.com/nushell/engine-q/pull/379), and [Option to replace command same name](https://github.com/nushell/engine-q/pull/374)
- jt created [Try some fixes for external paths](https://github.com/nushell/engine-q/pull/415), and [Add table streaming](https://github.com/nushell/engine-q/pull/413), and [Just a few cleanups around error messages](https://github.com/nushell/engine-q/pull/411), and [Fix plurals in abbrevations](https://github.com/nushell/engine-q/pull/409), and [Add value abbreviations](https://github.com/nushell/engine-q/pull/407), and [Update external spawn](https://github.com/nushell/engine-q/pull/406), and [Default prompt animations to off](https://github.com/nushell/engine-q/pull/403), and [Move prompt animation setting to config](https://github.com/nushell/engine-q/pull/400), and [Fix parse error metadata](https://github.com/nushell/engine-q/pull/399), and [Introduce metadata into the pipeline](https://github.com/nushell/engine-q/pull/397), and [A few help cleanups](https://github.com/nushell/engine-q/pull/372)