We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coreutils-ext
That way, they could also be installed separately by users of bash/zsh and don't hinder compatibility concerns.
Candidates:
open
dl
tar
gz
bz2
unzip
ldd
kill
ps
time
printenv
More utilities to consider:
Some other commonly used tools:
Full list of the most common commands: https://www.busybox.net/downloads/BusyBox.html
The text was updated successfully, but these errors were encountered:
What are the plans regarding this? We can have a separate crate here for this or a new repo..?
Sorry, something went wrong.
Maybe we can start here, and later split into a separate repository?
CC @wolfv .
eval
No branches or pull requests
That way, they could also be installed separately by users of bash/zsh and don't hinder compatibility concerns.
Candidates:
open
: Implementopen
#109dl
(download): Implement a way to download files from the internet #110tar
,gz
,bz2
,unzip
: Add tar, gz, bz2 and unzip #131ldd
: Add multiplatform "ldd" equivalent #140kill
,ps
: Process control: kill, ps, etc. #142time
: Implementtime
#145printenv
: Supportprintenv
#137More utilities to consider:
Some other commonly used tools:
Full list of the most common commands: https://www.busybox.net/downloads/BusyBox.html
The text was updated successfully, but these errors were encountered: