# 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)