Home Explore Blog CI



nushell

blog/2020-10-02-twin0058.md
64f3f79a9380ba2e557233ff8f5d428457a6a1383ef96230000000030000057c
# This week in Nu #58

- tumdum added [random environment variables to benchmarking to make `benchmark` more accurate](https://github.com/nushell/nushell/pull/2600)
- gillespiecd [removed some unnecessary dependencies](https://github.com/nushell/nushell/pull/2601), [simplified command names](https://github.com/nushell/nushell/pull/2603), improved ['did_you_mean'](https://github.com/nushell/nushell/pull/2610), [cleaned up nu-protocol](https://github.com/nushell/nushell/pull/2611), [unified dictionary implementation to IndexMap](https://github.com/nushell/nushell/pull/2617), [improved `clip` to convert input to string](https://github.com/nushell/nushell/pull/2624), added [example for `update` command](https://github.com/nushell/nushell/pull/2628)
- jonathandturner [refactored scope to be a linked list](https://github.com/nushell/nushell/pull/2602)
- JonathanArns [fixed selecting column names with spaces](https://github.com/nushell/nushell/pull/2613)
- lucasmmg [fixed `mv` to not allow directories to move into themselves](https://github.com/nushell/nushell/pull/2619), [added support for removing sockets](https://github.com/nushell/nushell/pull/2629)
- andrasio added [bar chart support](https://github.com/nushell/nushell/pull/2621) and [line chart support](https://github.com/nushell/nushell/pull/2627)
- fdncred [improved charts on Windows](https://github.com/nushell/nushell/pull/2626)

Chunks
2f21bce1 (1st chunk of `blog/2020-10-02-twin0058.md`)
Title: Nushell Updates: Enhancements and Fixes in Week #58
Summary
This week's Nushell updates include improvements to benchmarking, dependency management, command names, and the 'did_you_mean' feature. Other updates involve refactoring scope, fixing column name selection, preventing directories from moving into themselves, adding socket removal support, implementing bar and line chart support, and improving charts on Windows.