Home Explore Blog CI



nushell

blog/2021-08-21-twin0104.md
8a788c3e87f42a9bcbe6c8b3b2668388a31f3e4aef3476fe0000000300000474
# This week in Nushell #104

## Nushell

- fdncred [added `help --find` to search usage and extra_usage text for strings](https://github.com/nushell/nushell/pull/3948), and [allowed fetch to follow redirects](https://github.com/nushell/nushell/pull/3923)
- kubouch [allowed `source` to accept paths with emojis](https://github.com/nushell/nushell/pull/3939)
- filaretov update to [only allow unaliasing in current scope, add tests](https://github.com/nushell/nushell/pull/3936)
- jt [bumped rustyline and added unalias test](https://github.com/nushell/nushell/pull/3935), and [switched back to building for size](https://github.com/nushell/nushell/pull/3924)
- epost [fixed 'Inimplemented' typo.](https://github.com/nushell/nushell/pull/3922)
- knottio [added trailing slash in completion of symlinked dir](https://github.com/nushell/nushell/pull/3921)
- andrasio created [the zip command.](https://github.com/nushell/nushell/pull/3919)
- elferherrera created [PROMPT_STRING env variable](https://github.com/nushell/nushell/pull/3918)
- soumil-07 [added the ability to remove and list aliases](https://github.com/nushell/nushell/pull/3879)

Chunks
a30893b7 (1st chunk of `blog/2021-08-21-twin0104.md`)
Title: Nushell Updates - Week #104
Summary
This week's Nushell updates include the addition of `help --find` for searching usage text, allowing `fetch` to follow redirects, enabling `source` to accept paths with emojis, scope-limited unaliasing, rustyline update, size optimization, typo fix, symlinked directory completion, the `zip` command, `PROMPT_STRING` environment variable, and alias management capabilities.