## Better `less` support
With Nushell, you can now pipe to your preferred pager, and get a page-able output. For example, if you wanted to look at a long table, you can pipe into the `less` command (or the equivalent for your OS):
```
> ls **/* | less
```
Nushell by default will strip the ANSI colors, letting you look at the data with most pagers.
## Miette
We're moving to a new error reporter called [miette](https://github.com/zkat/miette). It's an attractive way of showing errors back while you're working in the REPL or on scripts.