Home Explore Blog CI



nushell

2nd chunk of `blog/2022-04-29-twin0140.md`
20dad7ee8aed78d19361d27bee2aae73c4544adc9d4953ce0000000100000d64
- fdncred [fixed an issue with an empty selector panic](https://github.com/nushell/nushell/pull/5345), and [`db info` command](https://github.com/nushell/nushell/pull/5335), and [add database feature to extra](https://github.com/nushell/nushell/pull/5322), and [update build status badge](https://github.com/nushell/nushell/pull/5321), and [update contrib to max=500](https://github.com/nushell/nushell/pull/5317), and [consolidate shell integration behind config setting](https://github.com/nushell/nushell/pull/5302)
- uasi [avoided using time conversion methods that may panic](https://github.com/nushell/nushell/pull/5365)
- stormasm created [cleanup version command and add in database feature](https://github.com/nushell/nushell/pull/5356), and [mute false import warning for nu-command test where\_](https://github.com/nushell/nushell/pull/5350)
- jmoore34 [changed description of `sort`](https://github.com/nushell/nushell/pull/5355)
- efx [improved inc plugin docs](https://github.com/nushell/nushell/pull/5346)
- elferherrera added [Database commands](https://github.com/nushell/nushell/pull/5343), and [Database commands](https://github.com/nushell/nushell/pull/5307)
- jt [fixed 'range' range exclusive](https://github.com/nushell/nushell/pull/5334), and [Allow bare words to interpolate](https://github.com/nushell/nushell/pull/5327), and [Warn if we see let config = ..](https://github.com/nushell/nushell/pull/5318)
- gipsyh [fixed use of `export/alias --help` bug](https://github.com/nushell/nushell/pull/5332)
- xgillard created [activates optional trim in 'from csv' and 'from tsv'](https://github.com/nushell/nushell/pull/5326)
- merelymyself [allowed cd (and other commands that depend on current working directory) to use path of type '~user'](https://github.com/nushell/nushell/pull/5323), and [Adding ~user tilde recognition in file paths](https://github.com/nushell/nushell/pull/5251)
- Tropid created [Fuzzy completion matching](https://github.com/nushell/nushell/pull/5320)
- jokeyrhyme [fixed: remove `println!()` from `exec` builtin](https://github.com/nushell/nushell/pull/5311)
- herlon214 created [nu-command/filesystem: remove newline from cd path](https://github.com/nushell/nushell/pull/5310)

## Documentation

- merelymyself [changed the confusing title of "Working With Strings"](https://github.com/nushell/nushell.github.io/pull/424)
- hustcer created [More proofreading work for the zh-CN translations](https://github.com/nushell/nushell.github.io/pull/422), and [Fix some broken links](https://github.com/nushell/nushell.github.io/pull/421), and [Some proofreading work for zh-CN translations](https://github.com/nushell/nushell.github.io/pull/420), and [Update zh-CN translations to the latest english version of commit: b6c91cabfa](https://github.com/nushell/nushell.github.io/pull/419), and [Update some node modules](https://github.com/nushell/nushell.github.io/pull/417), and [Translate dataframes.md to zh-CN from commit: 92fb0ac2c](https://github.com/nushell/nushell.github.io/pull/415)
- Yethal [updated working_with_tables.md](https://github.com/nushell/nushell.github.io/pull/418)
- morzel85 [updated loading_data.md](https://github.com/nushell/nushell.github.io/pull/416)

## Nu_Scripts

- fdncred created [update type-o for windows](https://github.com/nushell/nu_scripts/pull/213), and [use $nu.os-info vs (sys).host for speed](https://github.com/nushell/nu_scripts/pull/212)

Title: Nushell Updates: Code, Documentation, and Scripts
Summary
This chunk summarizes the recent updates to Nushell, including code improvements, documentation updates, and changes to the Nu_Scripts repository. Code updates range from bug fixes and feature additions, such as database commands and fuzzy completion matching, to internal improvements. Documentation updates include proofreading and translations, while Nu_Scripts changes involve minor fixes and performance improvements.