Home Explore Blog CI



nushell

1st chunk of `blog/2022-04-22-twin0139.md`
dca2bc4652a01cabfe8a685df7bd03e43daf1a99678d6aa200000001000008ab
# This week in Nushell #139

## Nushell

- herlon214 added [nu-cli/completions: support record for custom completion](https://github.com/nushell/nushell/pull/5298), and [nu-cli/completions: fix file completions with quotes](https://github.com/nushell/nushell/pull/5242), and [nu-cli: added tests for file completions](https://github.com/nushell/nushell/pull/5232), and [nu-cli/completions: completion for use and source](https://github.com/nushell/nushell/pull/5210)
- jt [added 'and' and 'or' operators](https://github.com/nushell/nushell/pull/5297), and [Use better quoting for commandline args](https://github.com/nushell/nushell/pull/5271), and [Some cleanups for clippy](https://github.com/nushell/nushell/pull/5266), and [move config back to config.nu](https://github.com/nushell/nushell/pull/5237), and [Move config to be an env var](https://github.com/nushell/nushell/pull/5230)
- fdncred [added virtualenv to integrations](https://github.com/nushell/nushell/pull/5280), and [update os-info os to name](https://github.com/nushell/nushell/pull/5265), and [add os to $nu based on rust's understanding](https://github.com/nushell/nushell/pull/5243)
- rgwood [cleaned up tests and unused documentation code](https://github.com/nushell/nushell/pull/5273), and [Clean up unused files in repo root](https://github.com/nushell/nushell/pull/5272), and [Handle custom values in `describe`](https://github.com/nushell/nushell/pull/5248), and [SQLite overhaul: custom value, `query db` command](https://github.com/nushell/nushell/pull/5247)
- raboof fixed [typo: seach -> search](https://github.com/nushell/nushell/pull/5264), and [git completion: 'git fetch' for remotes](https://github.com/nushell/nushell/pull/5253)
- jaeheonji created [feat: add search terms to `conversions`](https://github.com/nushell/nushell/pull/5259)
- stormasm [added newlines to the end of the default config files](https://github.com/nushell/nushell/pull/5256)
- sholderbach updated [reedline main branch for development cycle](https://github.com/nushell/nushell/pull/5249)
- pinjeff [refactored html module](https://github.com/nushell/nushell/pull/5246)
- Yethal [allowed par-each to receive $in](https://github.com/nushell/nushell/pull/5229)

Title: Nushell Updates - Week #139
Summary
This week's Nushell updates include contributions from multiple developers. Highlights include improvements to completions, the addition of 'and' and 'or' operators, virtualenv integration, OS information updates, test cleanups, SQLite overhaul, typo fixes, search term additions to conversions, newline additions to default config files, reedline main branch updates, HTML module refactoring, and allowing par-each to receive $in.