prefix-dev / shell

The ultimate cross-platform, bash-like shell
MIT License
63 stars 9 forks source link

Implement `coreutils-ext` package with additional multiplatform programs #141

Open certik opened 1 month ago

certik commented 1 month ago

That way, they could also be installed separately by users of bash/zsh and don't hinder compatibility concerns.

Candidates:

More utilities to consider:

Some other commonly used tools:

Full list of the most common commands: https://www.busybox.net/downloads/BusyBox.html

prsabahrami commented 1 month ago

What are the plans regarding this? We can have a separate crate here for this or a new repo..?

certik commented 1 month ago

Maybe we can start here, and later split into a separate repository?

CC @wolfv .