# This week in Nu #86
## Nushell
- fdncred cleaned up [error reporting](https://github.com/nushell/nushell/pull/3297), began support for [`into` commands](https://github.com/nushell/nushell/pull/3299), removed dupes from [get commands names](https://github.com/nushell/nushell/pull/3308), removed [help from the commands list in `$scope`](https://github.com/nushell/nushell/pull/3311), [sorted `$scope`](https://github.com/nushell/nushell/pull/3319), improved [`$scope` output](https://github.com/nushell/nushell/pull/3323)
- jonathandturner improved [range and internal iteration](https://github.com/nushell/nushell/pull/3300), more [internal iteration improvements](https://github.com/nushell/nushell/pull/3301), split [OutputStream and ActionStream](https://github.com/nushell/nushell/pull/3304), fixed a [regression with auto-conversion](https://github.com/nushell/nushell/pull/3307), updated [`to` and `from` subcommands to new command forms](https://github.com/nushell/nushell/pull/3320)
- LhKipp made sure [the rest arg was available](https://github.com/nushell/nushell/pull/3303)
- kubouch improved [filepath values](https://github.com/nushell/nushell/pull/3305)
- daschl fixed the [lib api to allow for custom commands](https://github.com/nushell/nushell/pull/3309)
- lucassmg fixed [`echo ..` from treating `..` as a range](https://github.com/nushell/nushell/pull/3322)
- andrasio wrote up [a guide for creating Nushell commands](https://github.com/nushell/nushell/pull/3326)
## Documentation
- mvolkmann added a ["working with lists" chapter to the book](https://github.com/nushell/nushell.github.io/pull/119)
## Scripts
- efx and fdncred added new scripts to the scripts repo [1](https://github.com/nushell/nu_scripts/pull/42) and [2](https://github.com/nushell/nu_scripts/pull/43)