Home Explore Blog CI



nushell

1st chunk of `blog/2022-06-16-twin0147.md`
91aefcb1ae2e913ae7605630f4c3b9ad7ac14eadd50b485e0000000100000c52
# This week in Nushell #147

## Nushell

- rgwood [fixed parser panic](https://github.com/nushell/nushell/pull/5820)
- merelymyself added [fixes `to nuon` for `inf`, `-inf`, and `NaN`](https://github.com/nushell/nushell/pull/5818), and [Attempts to fix file completions for `open`, `rm` and `ls` (and other filesystem commands)](https://github.com/nushell/nushell/pull/5805), and [shows location of sqlite3 history file](https://github.com/nushell/nushell/pull/5784), and [Add option to sort-by naturally](https://github.com/nushell/nushell/pull/5774), and [Attempts to add `//` math operator](https://github.com/nushell/nushell/pull/5759)
- fdncred [added more columns to the history command when using sqlite history](https://github.com/nushell/nushell/pull/5817), and [more verbose error handling](https://github.com/nushell/nushell/pull/5765)
- Kangaxx-0 [fixed alias completion crash](https://github.com/nushell/nushell/pull/5814), and [Add NU config to allow user be able to turn off external completion](https://github.com/nushell/nushell/pull/5773)
- stormasm [moved the history and tutor commands out of core_commands](https://github.com/nushell/nushell/pull/5813), and [default_context.rs: move Du to platform instead of core](https://github.com/nushell/nushell/pull/5795)
- wolimst [added Windows Terminal profile and icon in Windows control panel](https://github.com/nushell/nushell/pull/5812)
- kubouch [added test requirements to PR template](https://github.com/nushell/nushell/pull/5809)
- nibon7 [fixed drop nth with open end range on 32-bit platforms](https://github.com/nushell/nushell/pull/5808)
- WindSoilder [added notes for def_env](https://github.com/nushell/nushell/pull/5807), and [add light theme to default_config](https://github.com/nushell/nushell/pull/5804), and [add --values flag to sort record by values, by default, sort record by keys](https://github.com/nushell/nushell/pull/5782), and [sort not change shape](https://github.com/nushell/nushell/pull/5778), and [path join support multi path](https://github.com/nushell/nushell/pull/5775), and [fix arg parse](https://github.com/nushell/nushell/pull/5754)
- elferherrera [standardised to commands](https://github.com/nushell/nushell/pull/5800), and [Update polars 0.22.8](https://github.com/nushell/nushell/pull/5791), and [bool type for binary operations](https://github.com/nushell/nushell/pull/5779), and [each while command](https://github.com/nushell/nushell/pull/5771), and [filesize conversion](https://github.com/nushell/nushell/pull/5770), and [expression to literal](https://github.com/nushell/nushell/pull/5769), and [Remove dfr from dataframe commands](https://github.com/nushell/nushell/pull/5760)
- hustcer [tried to fix winget package submit](https://github.com/nushell/nushell/pull/5790), and [Add setup-nu link in README.md](https://github.com/nushell/nushell/pull/5763)
- sholderbach [pinned reedline v0.7.0 for the nushell v0.64.0 release](https://github.com/nushell/nushell/pull/5781)
- jt [released to 0.64](https://github.com/nushell/nushell/pull/5777), and [Force floats to output a decimal in nuon](https://github.com/nushell/nushell/pull/5768)

Title: Nushell Updates - Week #147
Summary
This summary highlights the various updates and fixes made to Nushell in week #147. Key improvements include parser fixes, enhancements to 'to nuon', file completion fixes, natural sorting, and the introduction of a '//' math operator. Additionally, there are improvements to the history command, external completion control, Windows Terminal integration, and updates to dataframe commands and binary operations.