# This week in Nushell #112
## Nushell
- fdncred [updated stale.yml](https://github.com/nushell/nushell/pull/4073)
## Documentation
- oscard0m created [docs(configuration): remove 'header_bold' option from config table](https://github.com/nushell/nushell.github.io/pull/205)
## Nu_Scripts
- efx [condensed sample data folders](https://github.com/nushell/nu_scripts/pull/100)
- jt [created netstat.nu](https://github.com/nushell/nu_scripts/pull/99)
## engine-q
- jt created [little cleanup](https://github.com/nushell/engine-q/pull/237), and [changed to select completions from dialoguer](https://github.com/nushell/engine-q/pull/236), and [Remove bad fixmes](https://github.com/nushell/engine-q/pull/233), and [Add help flag](https://github.com/nushell/engine-q/pull/232), and [Load config](https://github.com/nushell/engine-q/pull/231), and [Clarify todo/fixmes](https://github.com/nushell/engine-q/pull/133), and [Prevent invalid var names](https://github.com/nushell/engine-q/pull/131), and [Custom switch support](https://github.com/nushell/engine-q/pull/130), and [Do rest args](https://github.com/nushell/engine-q/pull/129), and [Fix missing param error and custom flag values](https://github.com/nushell/engine-q/pull/128), and [Add the remaining missing operators](https://github.com/nushell/engine-q/pull/127), and [Give error on missing column during cell path](https://github.com/nushell/engine-q/pull/126), and [Earlier errors](https://github.com/nushell/engine-q/pull/125), and [Try #2 - Mac/Windows CI](https://github.com/nushell/engine-q/pull/124), and [Add serialize/deserialize for streams](https://github.com/nushell/engine-q/pull/120), and [Error improvement](https://github.com/nushell/engine-q/pull/119), and [Conversions](https://github.com/nushell/engine-q/pull/117), and [Add a couple more tests to for, add stream/list PartialEq](https://github.com/nushell/engine-q/pull/113), and [Fix the for loop to create vars](https://github.com/nushell/engine-q/pull/112), and [Add map and flat_map to value](https://github.com/nushell/engine-q/pull/110), and [Port split column and split row](https://github.com/nushell/engine-q/pull/109), and [Port help and start porting split](https://github.com/nushell/engine-q/pull/108)
- GabrielBG0 created [cp, mv, and rm commands need to support -i flag](https://github.com/nushell/engine-q/pull/235)
- fdncred [cleaned up some todo comments in grid](https://github.com/nushell/engine-q/pull/234), [added ability to parse strings like "100kib" and "100 kib"](https://github.com/nushell/engine-q/pull/134), [fixed to allow windows to compile](https://github.com/nushell/engine-q/pull/122), and fixed [type-o in code](https://github.com/nushell/engine-q/pull/118)
- xiuxiu62 [added size command](https://github.com/nushell/engine-q/pull/230), and [added `rm`](https://github.com/nushell/engine-q/pull/114)
- kubouch created [Hiding rehaul](https://github.com/nushell/engine-q/pull/115)
- elferherrera added an [example unit test](https://github.com/nushell/engine-q/pull/111)
- arthur-targaryen [added `in` and `not-in` operators support](https://github.com/nushell/engine-q/pull/107)
## reedline
- jt exposed [line buffer](https://github.com/nushell/reedline/pull/165)