Home Explore Blog CI



nushell

blog/2021-07-02-twin0097.md
ca7c785e955b93b39e359fc76c0f30c1db57bc71f5352bd90000000300000895
# This week in Nushell #97

## Nushell

- fdncred [moved `lang` command to `$nu`](https://github.com/nushell/nushell/pull/3720), [updated stale messages and days-before-issue-close](https://github.com/nushell/nushell/pull/3714), [added ansi osc string terminator](https://github.com/nushell/nushell/pull/3712), and added [a new command to query the nushell internals](https://github.com/nushell/nushell/pull/3704)
- andrasio [updated nu-cli ctrl-c feature support.](https://github.com/nushell/nushell/pull/3718), and [nu-cli: Remove crates not needed.](https://github.com/nushell/nushell/pull/3716)
- TechWatching [updated release CI to submit package to winget during release.](https://github.com/nushell/nushell/pull/3717)
- elferherrera [removed list from dataframe command signatures](https://github.com/nushell/nushell/pull/3713), [casting operations for Series with differents types](https://github.com/nushell/nushell/pull/3702), and [removed bug occurring with f64](https://github.com/nushell/nushell/pull/3697)
- waywardmonkeys [removed unused dep on nu-cli from nu_plugin_chart.](https://github.com/nushell/nushell/pull/3709)
- palashahuja [Added all-trim option (with format and all-flag)](https://github.com/nushell/nushell/pull/3696)
- 1ntEgr8 [added paste command](https://github.com/nushell/nushell/pull/3694)
- jonathandturner [fixed #3430](https://github.com/nushell/nushell/pull/3693), and added [support for multiple shorthand env vars](https://github.com/nushell/nushell/pull/3692)
- efx [ported network url to engine-p](https://github.com/nushell/nushell/pull/3690)
- schrieveslaach [added Test Case for Special Character Paths](https://github.com/nushell/nushell/pull/3596)

## Documentation

- nightscape [mentioned how to get back `/usr/bin/open` on Mac](https://github.com/nushell/nushell.github.io/pull/153)

## Nu_Scripts

- fdncred [updated maintainer name](https://github.com/nushell/nu_scripts/pull/71), [trimmed works a little differently now, updating examples](https://github.com/nushell/nu_scripts/pull/70), [updated to the new table syntax](https://github.com/nushell/nu_scripts/pull/69), and [updated maintainers](https://github.com/nushell/nu_scripts/pull/68)

Chunks
e0f93e33 (1st chunk of `blog/2021-07-02-twin0097.md`)
Title: Nushell Updates - Week #97
Summary
This week's Nushell updates include improvements to the core Nushell functionality, documentation updates, and updates to the Nu_Scripts repository. Key changes include moving the `lang` command, updating ctrl-c support, adding a new command to query internals, updating release CI, removing lists from dataframe command signatures, adding an all-trim option, adding a paste command, and fixing a bug related to shorthand environment variables. Documentation was updated to include info on getting back `/usr/bin/open` on Mac. Nu_Scripts was updated to reflect changes in table syntax and trimming behavior.