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