It's all in the title really. Rust coreutils are rapidly becoming the standard in Linux and are now even available for Windows.
The crate already builds as wasm (and can run in the browser!). Since this project already does create a was, for the shell parser, it might not be that big of a lift to include coreutils as well.
This would replace a number (all?) custom implementations of commands with the coreutils, thus providing wider and more accurate support for flags. Potentially even speed benefits. More crucially it would close the wide gap of commands still missing.
This is a proposal/thought. If you are interested I might be able to work on it.
It's all in the title really. Rust coreutils are rapidly becoming the standard in Linux and are now even available for Windows.
The crate already builds as wasm (and can run in the browser!). Since this project already does create a was, for the shell parser, it might not be that big of a lift to include
coreutilsas well.This would replace a number (all?) custom implementations of commands with the
coreutils, thus providing wider and more accurate support for flags. Potentially even speed benefits. More crucially it would close the wide gap of commands still missing.This is a proposal/thought. If you are interested I might be able to work on it.