Home Explore Blog CI



nushell

blog/2021-10-15-twin0112.md
3998f66ed7ad122dde48d6f7d02d8c8ff9cb402bb13d4a370000000300000ca3
# 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)

Chunks
dc3383e4 (1st chunk of `blog/2021-10-15-twin0112.md`)
Title: Nushell Updates - Week #112
Summary
This week's updates include improvements to Nushell, documentation updates, new scripts, and significant progress on the engine-q project with various bug fixes, feature additions, and refactoring. Reedline also saw updates with line buffer exposure.