Home Explore Blog CI



nushell

3rd chunk of `blog/2021-07-13-nushell_0_34.md`
6e2d3c3b02ff4808ce1d83ba6026c69e18631a9ffafc06370000000100000892
- Added the [`pathvar` command for updating the PATH](https://github.com/nushell/nushell/pull/3670) (nathom)
- Added a [`paste` command for pasting from clipboard](https://github.com/nushell/nushell/pull/3694) (1ntEgr8)
- Added [`$nu.lang` to reflect on the current commands](https://github.com/nushell/nushell/pull/3720) (fdncred)

## Additional improvements

- Updated [`into binary` to be more composable](https://github.com/nushell/nushell/pull/3758) (fdncred)
- Added [unique option to `uniq`](https://github.com/nushell/nushell/pull/3754) (mcbattirola)
- Removed an [outdated README note](https://github.com/nushell/nushell/pull/3751) (yaymukund)
- Added more [comparison coercions with `$nothing`](https://github.com/nushell/nushell/pull/3750) (sophiajt)
- Updated the [`version` command to output more info](https://github.com/nushell/nushell/pull/3749) (fdncred)
- Fixed a [broken unit test](https://github.com/nushell/nushell/pull/3745) (fdncred)
- Downgraded [crossterm to fix pager compilation](https://github.com/nushell/nushell/pull/3740) (kubouch)
- Removed [unused crate features](https://github.com/nushell/nushell/pull/3732) (waywardmonkeys)
- Updated a few [dependencies](https://github.com/nushell/nushell/pull/3723) and [here](https://github.com/nushell/nushell/pull/3724) and [here](https://github.com/nushell/nushell/pull/3739) and [here](https://github.com/nushell/nushell/pull/3741) and [here](https://github.com/nushell/nushell/pull/3757) (therealprof, waywardmonkeys)
- Added [dataframe take command](https://github.com/nushell/nushell/pull/3722) (elferherrera)
- Added [script to submit winget package during release](https://github.com/nushell/nushell/pull/3717) (TechWatching)
- Aligned [dataframe params to match other Nushell commands](https://github.com/nushell/nushell/pull/3713) (elferherrera)
- Added the [ansi osc string terminator](https://github.com/nushell/nushell/pull/3712) (fdncred)
- Removed [unused dependencies](https://github.com/nushell/nushell/pull/3709) and [also](https://github.com/nushell/nushell/pull/3716) (waywardmonkeys, andrasio)
- Added [casting operations for Series data](https://github.com/nushell/nushell/pull/3702) (elferherrera)

Title: Nushell 0.34: New Commands and Additional Improvements
Summary
This section details the new commands added in Nushell 0.34, including `pathvar` for updating the PATH, `paste` for pasting from the clipboard, and `$nu.lang` for reflecting on the current commands. It also lists additional improvements such as updating `into binary` for composability, adding a unique option to `uniq`, removing an outdated README note, adding more comparison coercions with `$nothing`, updating the `version` command, fixing a broken unit test, downgrading crossterm, removing unused crate features and dependencies, updating dependencies, adding a dataframe take command, adding a script to submit a winget package, aligning dataframe parameters, adding the ansi osc string terminator, and adding casting operations for Series data.