This week in Nu #71
- ymgyt updated the Japanese translation of the Nushell book
- baoyachi removed some unused code
- stormasm has been refactoring nu-cli to make it simpler (also here and here)
- fdncred changed
ls
to output a path for the name - max-sixty simplified the internal run_block functionality, and updated the docs for explaining pipelines and groups
- ArturKovacs replaced 'clipboard' with the newer 'arboard' crate
- LhKipp extended 'which' to show aliases and custom commands
- JosephTLyons fixed all the new Rust 1.49 linting warnings
- jonathandturner fixed the
source
command to properly error (video available), and fixed commands created inside of other commands to not leak out to the global scope