# This week in Nu #49
- fdncred fixed an issue with the [default line edit mode](https://github.com/nushell/nushell/pull/2278), updated the [cmd built-in commands](https://github.com/nushell/nushell/pull/2266)
- warrenseine improved [`path` errors](https://github.com/nushell/nushell/pull/2276)
- mattyhall added commands to [work with `url`s](https://github.com/nushell/nushell/pull/2274), added [two `path` subcommands](https://github.com/nushell/nushell/pull/2264), added a [new `path` command](https://github.com/nushell/nushell/pull/2255)
- k-brk added [`starts_with` and `ends_with`](https://github.com/nushell/nushell/pull/2269) to `str`, added [`str ltrim` and `str rtrim`](https://github.com/nushell/nushell/pull/2262)
- coolshaurya extended [`insert` to take a block](https://github.com/nushell/nushell/pull/2265)
- JosephTLyons [cleaned up some docs](https://github.com/nushell/nushell/pull/2257), updated [`to xml` docs](https://github.com/nushell/nushell/pull/2253), cleaned up some [engine implementation](https://github.com/nushell/nushell/pull/2248)
- jzaefferer added an [example to the `parse` command](https://github.com/nushell/nushell/pull/2256), updated the [theme on the demo site](https://github.com/nushell/demo/pull/44)
- thegedge [refactored completion logic](https://github.com/nushell/nushell/pull/2254), simplified some [internal pipeline implementation](https://github.com/nushell/nushell/pull/2251)
- arashout updated the automatically generated [command list for the website](https://github.com/nushell/nushell.github.io/pull/54)
- Tiwalun added directions for [installing from scoop](https://github.com/nushell/nushell.github.io/pull/55)
## Active RFCs
- gedge posted [Signature-Based Completions](https://github.com/nushell/rfcs/pull/2)