2014-10-16 10:15:10 +00:00
|
|
|
The following list of commands is taken from the toybox roadmap[0] and
|
2014-11-13 16:32:53 +00:00
|
|
|
has been stripped down accordingly. Commands that belong to ubase[1]
|
|
|
|
are not listed here as well as commands that fall outside the scope of
|
|
|
|
sbase such as vi and sh are also not listed here.
|
2014-07-07 06:36:24 +00:00
|
|
|
|
|
|
|
at
|
2014-10-16 10:15:10 +00:00
|
|
|
awk
|
|
|
|
bc
|
|
|
|
diff
|
|
|
|
ed
|
|
|
|
file
|
|
|
|
find
|
|
|
|
getconf
|
2014-11-18 19:55:00 +00:00
|
|
|
install
|
2014-10-16 10:15:10 +00:00
|
|
|
join
|
|
|
|
logger
|
2014-11-14 17:59:39 +00:00
|
|
|
make
|
2014-10-16 10:15:10 +00:00
|
|
|
od
|
|
|
|
patch
|
|
|
|
pathchk
|
|
|
|
sed
|
|
|
|
stty
|
|
|
|
tabs
|
|
|
|
tput
|
2014-10-16 10:01:25 +00:00
|
|
|
|
2014-11-20 13:56:27 +00:00
|
|
|
The following program(s) have been imported from OpenBSD and need
|
2014-11-13 16:32:53 +00:00
|
|
|
replacing or cleaning up:
|
2014-10-21 16:50:03 +00:00
|
|
|
|
|
|
|
printf
|
|
|
|
|
2014-11-13 16:32:53 +00:00
|
|
|
If you are looking for some work to do on sbase, another option is to
|
|
|
|
pick a utility of interest and check the POSIX specification to see if
|
|
|
|
there are any features missing.
|
|
|
|
|
2014-11-16 13:24:44 +00:00
|
|
|
We also need to add support for UTF-8. The existing consensus is to import
|
|
|
|
http://git.suckless.org/libutf in sbase.
|
|
|
|
|
2014-10-16 10:15:10 +00:00
|
|
|
[0] http://landley.net/toybox/roadmap.html
|
|
|
|
[1] http://git.suckless.org/ubase/
|