Home Explore Blog CI



nushell

blog/2019-10-25-twin0009.md
7975b0de6e39e2ad487572314939934d760c83ebe38ad709000000030000041b
# This week in Nu #9

New support for grouping results and your platform's recycle bin, docs about writing Nu plugins, and more bugfixes.

- t-hart updated how `from-ssv` works to better fit real-world tasks ([#845](https://github.com/nushell/nushell/pull/845))
- andrasio fixed some path issues in `inc` ([#848](https://github.com/nushell/nushell/pull/848))
- andrasio also added the new `group-by` command ([#857](https://github.com/nushell/nushell/pull/857))
- jdvr connect Nu to the local platform recycle bin, so `rm` can now move to Trash ([#854](https://github.com/nushell/nushell/pull/854))
- detegr fixed a panic inside of the `enter` command ([#862](https://github.com/nushell/nushell/pull/862))
- vsoch has continued building plugins in Go and Python and [documenting the process](https://vsoch.github.io/2019/nushell-golang-plugin-library/)
- wycats continued to improve how commands are colored ([#864](https://github.com/nushell/nushell/pull/864))
- Charles-Schleich added more docs ([#858](https://github.com/nushell/nushell/pull/858))

Chunks
a7b730d0 (1st chunk of `blog/2019-10-25-twin0009.md`)
Title: Nu Shell Updates - Week #9
Summary
This week's updates to the Nu shell include improvements to `from-ssv`, path fixes in `inc`, the addition of a `group-by` command, integration with the platform's recycle bin for `rm`, a fix for a panic in `enter`, continued work on plugins with documentation, improved command coloring, and additional documentation updates.