Home Explore Blog CI



nushell

3rd chunk of `blog/2022-03-04-twin0132.md`
dfbea9789959e961186f3d71fe9b0a2e918eecfacabaac9e0000000100000c09
- dgalbraith [added installation instructions using Chocolatey](https://github.com/nushell/nushell.github.io/pull/249), and [Correct Winget installation instructions](https://github.com/nushell/nushell.github.io/pull/248)
- sebastian-xyz [added german as language](https://github.com/nushell/nushell.github.io/pull/245)
- jt [added the 0.59 post](https://github.com/nushell/nushell.github.io/pull/241), and [Update command docs](https://github.com/nushell/nushell.github.io/pull/240), and [Fix intro example](https://github.com/nushell/nushell.github.io/pull/238), and [Add a few more chapters](https://github.com/nushell/nushell.github.io/pull/237), and [Refresh command docs](https://github.com/nushell/nushell.github.io/pull/231), and [Add creating errors section](https://github.com/nushell/nushell.github.io/pull/230), and [Add modules](https://github.com/nushell/nushell.github.io/pull/229), and [Fix sidebar, add warning](https://github.com/nushell/nushell.github.io/pull/228), and [Copy old book to old_book](https://github.com/nushell/nushell.github.io/pull/227), and [WIP: updating for the 0.60 release](https://github.com/nushell/nushell.github.io/pull/220)
- elferherrera [removed column from dfr list](https://github.com/nushell/nushell.github.io/pull/235)
- stormasm added [small fixes in environment.md](https://github.com/nushell/nushell.github.io/pull/234)
- DawnMagnet [update README.md with Chinese Translations](https://github.com/nushell/nushell.github.io/pull/226), and [Update README.md with more Chinese Translations](https://github.com/nushell/nushell.github.io/pull/225)

## Nu_Scripts

- wingertge [fixed winget completions](https://github.com/nushell/nu_scripts/pull/171), and [Parse winget output to structured in more cases](https://github.com/nushell/nu_scripts/pull/165)
- efx [ported git_gone to 0.60 era syntax](https://github.com/nushell/nu_scripts/pull/170)
- ZetaNumbers [added completions for cargo packages](https://github.com/nushell/nu_scripts/pull/169)
- fdncred [removed some unnecessary code](https://github.com/nushell/nu_scripts/pull/168), and [add exit status to oh-my.nu](https://github.com/nushell/nu_scripts/pull/167), and [tweak git completions](https://github.com/nushell/nu_scripts/pull/166)

## reedline

- elferherrera [updated values after common string](https://github.com/nushell/reedline/pull/332), and [Partial completions](https://github.com/nushell/reedline/pull/331), and [partial completions for menu](https://github.com/nushell/reedline/pull/330)
- jt added a [better crossterm fix](https://github.com/nushell/reedline/pull/329), and [Move to crossterm on git](https://github.com/nushell/reedline/pull/328)
- sholderbach created [Use chars in `str::replace` where applicable](https://github.com/nushell/reedline/pull/327), and [Revert crossterm: key modifier issue on win](https://github.com/nushell/reedline/pull/326), and [Provide cursor position for highlighting](https://github.com/nushell/reedline/pull/324), and [Add event to keybind a command in the hosting app](https://github.com/nushell/reedline/pull/323)

Title: Nushell Ecosystem Updates: Documentation, Scripts, and Reedline
Summary
This section covers updates across the Nushell ecosystem. Documentation improvements include installation instructions, addition of German language support, updates for the 0.59 release, command documentation refreshes, new book chapters, and fixes. There are also small fixes to environment documentation and updates to Chinese translations in the README. Nu_Scripts updates involve fixing winget completions, porting git_gone to the 0.60 syntax, adding cargo package completions, and tweaks to git completions. Reedline updates focus on completion improvements, crossterm fixes, cursor position highlighting, and adding an event for keybinding commands in the hosting application.