Home Explore Blog CI



nushell

1st chunk of `blog/2021-02-27-twin0079.md`
ff4e02415e83eb252ffdbeb3685deb67d96e00fc931de4150000000100000664
# This week in Nu #79

- ilius added [-i, -m, and -s flags to `match`](https://github.com/nushell/nushell/pull/3111)
- jonathandturner bumped to [0.27.2](https://github.com/nushell/nushell/pull/3109), updated the wasm demo [to the latest nushell](https://github.com/nushell/demo)
- andrasio added the [ability to drop columns](https://github.com/nushell/nushell/pull/3107), added [the ability to rotate columns or rows around](https://github.com/nushell/nushell/pull/3097), and also to [rotate the whole table](https://github.com/nushell/nushell/pull/3086)
- fdncred updated [the readme](https://github.com/nushell/nushell/pull/3106), fixed the [ci badge](https://github.com/nushell/nushell/pull/3105), improved access to [ansi light colors](https://github.com/nushell/nushell/pull/3100), added [`ansi strip`](https://github.com/nushell/nushell/pull/3095), added [nu-ansi-term](https://github.com/nushell/nushell/pull/3089), added [internal timing of commands](https://github.com/nushell/nushell/pull/3081)
- stormasm fixed a crash with [`flatten`](https://github.com/nushell/nushell/pull/3099)
- rezural refactored [`table` to return a string](https://github.com/nushell/nushell/pull/3088)
- iCodeSometime fixed [path handling with '.'](https://github.com/nushell/nushell/pull/3084), fixed a [website issue](https://github.com/nushell/nushell.github.io/pull/104)
- more scripts were added to the [nushell script collection](https://github.com/nushell/nu_scripts)
- VSCode plugin [got an update](https://github.com/nushell/vscode-nushell-lang)
- JTurtl3 fixed a [typo in the book](https://github.com/nushell/nushell.github.io/pull/103)

Title: Nushell Updates - This Week in Nu #79
Summary
This week's updates to Nushell include new features such as flags for the `match` command, column manipulation capabilities, ANSI string stripping, internal command timing, and bug fixes. The wasm demo and VSCode plugin have also been updated, along with improvements to the documentation and script collection.