Home Explore Blog CI



nushell

1st chunk of `blog/2021-04-23-twin0087.md`
be703bd0d56dba5bfbc3fbdd11ca1d8aa9b8d638465d71cb000000010000078b
# This week in Nu #87

## Nushell

- ccde177b5fb9b8c55078417b4c9fee removed the [ichwh dependency](https://github.com/nushell/nushell/pull/3349)
- jonathandturner created the release for nushell [0.30.0](https://github.com/nushell/nushell/pull/3333), fixed an [external redirect](https://github.com/nushell/nushell/pull/3345) issue, updated how [dynamic blocks](https://github.com/nushell/nushell/pull/3339) are evaluated, fixed a bug in how the [path environment](https://github.com/nushell/nushell/pull/3336) variable is handled and [synced](https://github.com/nushell/nushell/pull/3335), updated how [nth](https://github.com/nushell/nushell/pull/3330) works with streaming
- fdncred added an new experimental [query json](https://github.com/nushell/nushell/pull/3327) plugin
- LhKipp update the [any?](https://github.com/nushell/nushell/pull/3324), [all?](https://github.com/nushell/nushell/pull/3312), [compact](https://github.com/nushell/nushell/pull/3325) and [which](https://github.com/nushell/nushell/pull/3310) commands to the new engine-p style
- kubouch update the [path command](https://github.com/nushell/nushell/pull/3256) with several new features

## Extension

- fdncred fixed a [syntax highlighting](https://github.com/nushell/vscode-nushell-lang/pull/32) bug, tweaked the [dark theme](https://github.com/nushell/vscode-nushell-lang/pull/31) and updated syntax to include new nushell commands and created another pre-release v.0.2.2

## Documentation

- ChristopherBiscardi updated the [starship documentation](https://github.com/nushell/nushell.github.io/pull/125) for Nushell
- jonathandturner updated the release [blog post](https://github.com/nushell/nushell.github.io/pull/124)
- ammkrn updated the documentation for [ls -al](https://github.com/nushell/nushell.github.io/pull/123)
- Sympatron update the configuration docs for [completion_match_method](https://github.com/nushell/nushell.github.io/pull/121)

Title: Nushell Updates - This Week in Nu #87
Summary
This is a summary of the updates to Nushell and its related projects for the week. It includes changes to the core Nushell project, the VS Code extension, and the documentation. Key updates include the release of Nushell 0.30.0, improvements to dynamic blocks and path environment variable handling, the addition of an experimental query json plugin, updates to several commands, and fixes to syntax highlighting in the VS Code extension. Documentation updates include changes to the starship documentation and updates for ls -al.