Home Explore Blog CI



nushell

blog/2021-10-01-twin0110.md
5ea49e08d6a7077e399cb02bc1172d83ad9d7ae14d113b9c0000000300000756
# This week in Nushell #110

## Nushell

- fdncred [removed ansi colors if this is not a tty](https://github.com/nushell/nushell/pull/4058), and added [new command: into column_path](https://github.com/nushell/nushell/pull/4048)
- luccasmmg [fixed 90 degrees tables problem](https://github.com/nushell/nushell/pull/4043)
- lildata [corrected typo](https://github.com/nushell/nushell/pull/4040)
- ArtoLord [added `-c` flag to `update cells` subcommand](https://github.com/nushell/nushell/pull/4039)
- gilescope removed [unused deps](https://github.com/nushell/nushell/pull/4038)

## Documentation

- aminya [fixed git rm merged](https://github.com/nushell/nushell.github.io/pull/198)

## Nu_Scripts

- fdncred [added a script to get your local weather](https://github.com/nushell/nu_scripts/pull/98)

## engine-q

- kubouch [disabled crossterm raw mode on panic](https://github.com/nushell/engine-q/pull/79), [fixed wrong error span](https://github.com/nushell/engine-q/pull/71), and added [simple module implementation](https://github.com/nushell/engine-q/pull/69)
- jntrnr [added sys command](https://github.com/nushell/engine-q/pull/78), [added a vertical record view](https://github.com/nushell/engine-q/pull/77), [added 'from json'](https://github.com/nushell/engine-q/pull/76), [prepared nu_commands for porting](https://github.com/nushell/engine-q/pull/75), moved to [more forgiving def parse](https://github.com/nushell/engine-q/pull/73), [added import lists](https://github.com/nushell/engine-q/pull/72), [added support for module imports](https://github.com/nushell/engine-q/pull/70), [improved table for lists](https://github.com/nushell/engine-q/pull/68)
- elferherrera created [table as string output](https://github.com/nushell/engine-q/pull/66)

## reedline

- sherubthakur [added tests line buffer (and fix methods)](https://github.com/nushell/reedline/pull/150)

Chunks
fcbe6162 (1st chunk of `blog/2021-10-01-twin0110.md`)
Title: Nushell Updates - Week #110
Summary
This week's Nushell updates include improvements to Nushell itself, documentation, nu_scripts, engine-q, and reedline. Notable changes include removing ANSI colors in non-TTY environments, adding a new `into column_path` command, fixing table display issues, adding a weather script, improving error handling and module implementation in engine-q, adding a sys command and JSON support, and adding tests for line buffer in reedline.