Home Explore Blog CI



nushell

blog/2020-07-31-twin0049.md
b17e440f83312823d3257a3eac6e8bc08d63705014747fa600000003000006ef
# 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)

Chunks
cd352622 (1st chunk of `blog/2020-07-31-twin0049.md`)
Title: Nushell Updates - Week #49
Summary
This Nushell update summarizes the changes made in week #49. These include bug fixes, improvements to existing commands, new commands for working with URLs and paths, string manipulation additions, documentation updates, refactoring of completion logic, and updates to the website. It also mentions an active RFC regarding signature-based completions.