Home Explore Blog CI



nushell

1st chunk of `blog/2021-02-12-twin0077.md`
1445e745e0a5b77f2f94569e65b08a30c72e42fa3715c7b0000000010000085f
# This week in Nu #77

## Documentation and samples

- More scripts were added to the [Nushell script collection](https://github.com/nushell/nu_scripts)
- fdncred landed updates to the [config documentation in the book](https://github.com/nushell/nushell.github.io/pull/92), commented [table_mode](https://github.com/nushell/nushell/pull/3036) and [more comments on config](https://github.com/nushell/nushell/pull/3040/files), and more [config updates](https://github.com/nushell/nushell/pull/3044)
- ibraheemdev improved the [website ci deployment](https://github.com/nushell/nushell.github.io/pull/96)
- LhKipp updated the [sample config](https://github.com/nushell/nushell/pull/3031)
- Andy-Python-Programmer fixed a [typo in the README](https://github.com/nushell/nushell/pull/3013)

## Nushell base

- jonathandturner updated [some dependencies](https://github.com/nushell/nushell/pull/3011), fixed the [Rust 1.50 clippy warnings](https://github.com/nushell/nushell/pull/3049)
- andrasio prevented [selecting the same column twice](https://github.com/nushell/nushell/pull/3012), improved [coercions for column-path](https://github.com/nushell/nushell/pull/3016)
- Qwanve fixed `ps` output [when the process doesn't have a parent](https://github.com/nushell/nushell/pull/3015)
- ilius extended `which` [to allow for multiple applications to be passed](https://github.com/nushell/nushell/pull/3024), added [reverse to `sort-by`](https://github.com/nushell/nushell/pull/3025), did some [formatting and clean-up of nu-parser](https://github.com/nushell/nushell/pull/3033), switched to [metric/standard filesizes](https://github.com/nushell/nushell/pull/3035), added a way [to switch to metric filesizes](https://github.com/nushell/nushell/pull/3045), improved the [serialization conversion for column-path](https://github.com/nushell/nushell/pull/3048)
- fdncred added a new [`term size` command](https://github.com/nushell/nushell/pull/3038)
- ammkrn changed [boolean to true/false instead of Yes/No](https://github.com/nushell/nushell/pull/3043)
- stormasm renamed [internal parsing functions](https://github.com/nushell/nushell/pull/3047)

Title: Nu Shell Updates - Week #77
Summary
This week's updates to Nushell include improvements to documentation and samples, such as updates to the config documentation, website CI deployment, and sample config. Core Nushell updates feature dependency updates, bug fixes in column selection and process listing, extensions to 'which' and 'sort-by' commands, new command for term size, standardized boolean output, and internal parsing function renames.