The table is also configurable. If you feel like the table is a bit too heavy, you can also configure it to work in light mode using this command:
```
> config --set [table_mode light]
```
## New file formats (pmeredit, est31, andrasio, sophiajt)
Nu now natively supports new file formats, including: bson, tsv, sqlite, and url-encoded strings.
## New commands (incrop, ramonsnir, ijt, sophiajt, andrasio, JonnyWalker81, chhetripradeep, pka)
Since the 0.2.0 release, Nu has gained a set of additional commands, including:
- `help` - built-in help system
- `reverse` - reverse a table
- `last` - like the `first` command, but working from the bottom of the table, return n rows
- `embed` - create a new table using the current table as a start
- `fetch` - get the contents of a URL (this originally lived in `open`)
- `post` - post to a URL and get the results
- `pwd` - print the working directory
- `env` - give access to a number of important paths and environment settings
- `pivot` - pivot a table so that rows become columns and vice-versa
- `echo` - a built-in echo command
## Error improvements (sophiajt)