| binaryview | binaryview has been removed (it may be an optional plugin in the future) |
| textview | textview is removed. Install `bat` to view source files, or pipe the output into `less` |
| dataframe | dfr |
| shells: `active`, `name`, `path` columns | shells: `active`, `path` columns |
| `cd` is now scoped | current directory now comes from `PWD` in `$env`. Changing directory in a block or custom command no longer changes the caller's directory. To do this, return a table that the caller can use to update their env |
| char branch, char segment | char nf-branch, char nf-segment (`char`s that start with `nf-` are from nerdfont fonts) |
| wasm supported | wasm support currently not started |
| `enter <filename>` | engine-q only supports entering directories |
| str to-decimal | into decimal |
| `pivot` | renamed to `transpose` |
| `term size -w -t` | `term size -c -r` |
| selector | query web |
| xpath | query xml |
| config directory name: `nu` | config directory name: `nushell` |
| `nth 1` | `select 1`, `select` can now down-select rows as well as columns |
| match | match command is now integrated into the find command |