Home Explore Blog CI



nushell

1st chunk of `blog/2022-05-06-twin0141.md`
c93933a71e4b9a4d6bb73298d6ab12fcff183de243aaff610000000100000c09
# This week in Nushell #141

## Nushell

- WindSoilder [made cd recornize symblic link](https://github.com/nushell/nushell/pull/5454), and [implement seq char command to generate single character sequence](https://github.com/nushell/nushell/pull/5453)
- fdncred [enabled cd to work with directory abbreviations](https://github.com/nushell/nushell/pull/5452), and [fix bug in shell_integration](https://github.com/nushell/nushell/pull/5450), and [add a `to text` command because sometimes you just need text](https://github.com/nushell/nushell/pull/5441), and [a little database cleanup](https://github.com/nushell/nushell/pull/5394)
- merelymyself [Added flags and optional arguments to view-source](https://github.com/nushell/nushell/pull/5446), and [Allowed for view-source to include entire custom command definition](https://github.com/nushell/nushell/pull/5435)
- gipsyh [added split number flag in `split row`](https://github.com/nushell/nushell/pull/5434), and [Fixed ctrl-c in recursion loop bug #5362](https://github.com/nushell/nushell/pull/5409), and [Fixed interrupting a for-loop over a list bug #5378](https://github.com/nushell/nushell/pull/5408), and [Don't resuggest accepted completions](https://github.com/nushell/nushell/pull/5369)
- hustcer [updated rust version](https://github.com/nushell/nushell/pull/5432)
- Caedan [used correct ParseError](https://github.com/nushell/nushell/pull/5431)
- sholderbach [pinned reedline to v0.5.0 for the next release](https://github.com/nushell/nushell/pull/5427), and [Fix CI to run doctests again](https://github.com/nushell/nushell/pull/5410), and [Bump reedline](https://github.com/nushell/nushell/pull/5404)
- elferherrera [added open editor event in config parsing](https://github.com/nushell/nushell/pull/5426), and [Database commands](https://github.com/nushell/nushell/pull/5417), and [Line buffer keybinding](https://github.com/nushell/nushell/pull/5390)
- zhiburt [fixed coloring when string has spaces](https://github.com/nushell/nushell/pull/5425)
- jt [released 0.62](https://github.com/nushell/nushell/pull/5422), and [Update path completions to handle spaces](https://github.com/nushell/nushell/pull/5419), and [Rename =^ to 'starts-with'](https://github.com/nushell/nushell/pull/5407), and [More escaping/unescaping fixes](https://github.com/nushell/nushell/pull/5403), and [Adds error printing back in a couple places](https://github.com/nushell/nushell/pull/5400), and [Add unescaping to external command parsing](https://github.com/nushell/nushell/pull/5399), and [Move uses of trim_quotes to unescape for filenames](https://github.com/nushell/nushell/pull/5398)
- Tropid [fixed erroneous removal of "./" folder prefix](https://github.com/nushell/nushell/pull/5416), and [Update reedline to use partial completion changes](https://github.com/nushell/nushell/pull/5401)
- stormasm [removed ctrl-l from config.nu as a way to clear scrollback](https://github.com/nushell/nushell/pull/5415), and [event ClearScrollback is working in reedline / update config.nu](https://github.com/nushell/nushell/pull/5405)

Title: Nushell Updates - Week #141
Summary
This is a summary of the changes and updates to Nushell for week #141. It includes pull requests related to fixing bugs, adding new features like the `to text` command and improvements to existing commands like `split row` and `view-source`. There were also updates to dependencies like reedline and improvements to path completions and error handling.