Home Explore Blog CI



nushell

3rd chunk of `blog/2022-04-08-twin0137.md`
034b1e31662725390d976776dd315c8110c91f5aa963f6720000000100000cd5
- michel-slm [included license text in all crates](https://github.com/nushell/nushell/pull/5094)
- Hofer-Julian [removed enqine-q from issue template](https://github.com/nushell/nushell/pull/5075)
- EliKor [added quiet and feedback to mv command](https://github.com/nushell/nushell/pull/5073)

## Documentation

- fdncred [tweaked words/type-os](https://github.com/nushell/nushell.github.io/pull/381)
- hustcer [translated working with lists and strings to zh-CN from commit: 13129315c](https://github.com/nushell/nushell.github.io/pull/380), and [Translate types_of_data and loading_data to zh-cn from commit: c13a71d11](https://github.com/nushell/nushell.github.io/pull/378), and [Translate thinking_in_nushell and moving_around to zh-cn ](https://github.com/nushell/nushell.github.io/pull/375), and [Translate installation to zh-cn from commit: c13a71d11](https://github.com/nushell/nushell.github.io/pull/374), and [Translate table of contents and README from commit: c13a71d11](https://github.com/nushell/nushell.github.io/pull/373)
- elferherrera created [Reedline menus](https://github.com/nushell/nushell.github.io/pull/379)
- rgwood [documented regex operator changes](https://github.com/nushell/nushell.github.io/pull/377)
- jt [refreshed commands](https://github.com/nushell/nushell.github.io/pull/376)
- BatmanAoD [indicated that `which` works like Bash's `type`](https://github.com/nushell/nushell.github.io/pull/372)
- AadamZ5 [added record to table example](https://github.com/nushell/nushell.github.io/pull/370)
- chtenb [used tip blocks (Fixes #365)](https://github.com/nushell/nushell.github.io/pull/369), and [Add migration instruction for git bash users](https://github.com/nushell/nushell.github.io/pull/367), and [Update environment.md](https://github.com/nushell/nushell.github.io/pull/366), and [Update line_editor.md](https://github.com/nushell/nushell.github.io/pull/364)
- mvolkmann [added link to an alternate way to enable Starship](https://github.com/nushell/nushell.github.io/pull/368)
- AaronC81 [described interpolated string escape workarounds](https://github.com/nushell/nushell.github.io/pull/345)

## Nu_Scripts

- efx [fixed git gone](https://github.com/nushell/nu_scripts/pull/201)
- fdncred [updated scripts to support `str replace`](https://github.com/nushell/nu_scripts/pull/200)
- Euphrasiologist added [Up function](https://github.com/nushell/nu_scripts/pull/199)

## reedline

- elferherrera added [Short description](https://github.com/nushell/reedline/pull/390), and [short descriptions](https://github.com/nushell/reedline/pull/389), and [generic reedline menus](https://github.com/nushell/reedline/pull/378)
- fdncred [changed up prompt with traditional nushell colors](https://github.com/nushell/reedline/pull/388), and [clean up query output so that it's closer to matching what key bindings want](https://github.com/nushell/reedline/pull/381)
- stormasm [fixed example in readme](https://github.com/nushell/reedline/pull/387)
- sholderbach [Added Ctrl-Delete/Backspace as default keybindings](https://github.com/nushell/reedline/pull/386), and [Escape Ctrl-R history search with `ESC`](https://github.com/nushell/reedline/pull/385), and [[API] Allow the `Completer` impl to be stateful](https://github.com/nushell/reedline/pull/379)

Title: Nushell Updates: Core, Documentation, Scripts, and Reedline Improvements
Summary
This chunk summarizes updates to Nushell across its core, documentation, nu_scripts, and reedline components. Core updates include license additions, issue template adjustments, and mv command enhancements. Documentation updates feature translations to zh-CN, improvements to command descriptions, and various additions/fixes. Nu_Scripts sees fixes and updates for script compatibility, while Reedline gains new menus, color scheme adjustments, and keybinding enhancements.