Home Explore Blog CI



nushell

blog/2021-11-26-twin0118.md
b04bc7e117cf863fc5e980e66670ef0b112a95f6990fa9e60000000300000554
# This week in Nushell #118

## Nushell

- BraulioVM added [save --append: create file if it doesn't exist](https://github.com/nushell/nushell/pull/4156)
- tshepang [fixed markup](https://github.com/nushell/nushell/pull/4155)
- EdwardBetts [corrected spelling](https://github.com/nushell/nushell/pull/4152)
- ahkrr [upgraded dependencies ](https://github.com/nushell/nushell/pull/4135)

## engine-q

- jt [added better exit command](https://github.com/nushell/engine-q/pull/369), [moved row condition to block](https://github.com/nushell/engine-q/pull/368), [updated reedline for multiline prompt](https://github.com/nushell/engine-q/pull/364), and [added better comment skipping](https://github.com/nushell/engine-q/pull/359)
- luccasmmg added [`from vcf` `from ics` and `from ini` ](https://github.com/nushell/engine-q/pull/367)
- elferherrera added [Dataframe feature](https://github.com/nushell/engine-q/pull/361)
- stormasm [ported over the `drop` command from nushell](https://github.com/nushell/engine-q/pull/358)
- kubouch [fixed reading of LS_COLORS + ls displays symlink](https://github.com/nushell/engine-q/pull/357)
- fdncred [added coloring by primitive, bring in nu-ansi-term crate](https://github.com/nushell/engine-q/pull/353)

## reedline

- aslynatilla created [Simple multiline continuation prompt](https://github.com/nushell/reedline/pull/184)

Chunks
9be88454 (1st chunk of `blog/2021-11-26-twin0118.md`)
Title: Nushell Updates - Week #118
Summary
This week's Nushell updates include contributions to Nushell, engine-q, and reedline. Nushell saw additions like 'save --append' and dependency upgrades. Engine-q gained features like 'from vcf', 'from ics', 'from ini', dataframe support, and improved 'drop' command functionality. Reedline received a simple multiline continuation prompt.