# 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))