#posix #utilities #coreutils #binutils

yanked binbox

POSIX core utilities written in Rust

0.0.1 Feb 21, 2021

#5 in #binutils

Custom license

7KB

binbox is an implementation of core utilities written to conform to their formal specification, or respective manual page(s) if no such specification exists.

Utilities

We should focus on POSIX, LSB, and critical utilties first. Later we will expand into "extracurricular" implementations, one such example being smtp.

Utility Status Specifications
basename DONE POSIX.1-2008,
cat TODO POSIX.1-2008,
chmod TODO POSIX.1-2008,
count TODO Extra,
false DONE POSIX.1-2008,
groups TODO LSB v5.0.0,
head TODO POSIX.1-2008,
hostname TODO LSB v5.0.0,
ls TODO POSIX.1-2008,
mkdir TODO POSIX.1-2008,
pwd TODO POSIX.1-2008,
rm TODO POSIX.1-2008,
rmdir TODO POSIX.1-2008,
sha1sum TODO GNU,
sha224sum TODO GNU,
sha256sum TODO GNU,
sha384sum TODO GNU,
sha512sum TODO GNU,
sleep TODO POSIX.1-2008,
tail TODO POSIX.1-2008,
touch TODO POSIX.1-2008,
true DONE POSIX.1-2008,
uname TODO POSIX.1-2008,
who TODO POSIX.1-2008,
whoami TODO Extra,
yes TODO Extra,

No runtime deps