Home Explore Blog CI



nushell

blog/2020-04-10-twin0033.md
c5ea74db3cc9639ea6a06ec4b84fede4262cc06d50a628a800000003000002f8
# This week in Nu #33

New parser changes to prepare for aliases, better path shorthands, slighty better compile times, and more

- quebin31 added support for using multiple dots to mean changing multiple directories (eg `...` now means going back two directories), which is a common shorthand in some shells (#1547)
- thegedge fixed an issue with deleting symlinks (#1550)
- jonathandturner updated core parser logic to prepare for adding aliases (#1554)
- jonathandturner also updated a lot of dependencies and removed dead code, trimming the compile time from 3m48s to 3m 29s (#1560, #1562, #1563, #1567)
- Bonus: Nu got a mention in both [https://cppcast.com/](https://cppcast.com/) and [https://linuxunplugged.com/](https://linuxunplugged.com/) this week

Chunks
8c7d0e5e (1st chunk of `blog/2020-04-10-twin0033.md`)
Title: Nu Updates: Aliases, Path Shorthands, and Compile Time Improvements
Summary
This week's Nu updates include support for multiple dots for directory changes, symlink deletion fix, parser updates for aliases, dependency updates, dead code removal, and compile time improvements. Nu was also mentioned on cppcast.com and linuxunplugged.com.