2014-10-16 06:15:10 -04:00
|
|
|
The following list of commands is taken from the toybox roadmap[0] and
|
2014-11-13 11:32:53 -05: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 02:36:24 -04:00
|
|
|
|
|
|
|
at
|
2014-10-16 06:15:10 -04:00
|
|
|
awk
|
|
|
|
bc
|
|
|
|
diff
|
|
|
|
ed
|
|
|
|
file
|
|
|
|
find
|
|
|
|
getconf
|
2014-11-18 14:55:00 -05:00
|
|
|
install
|
2014-10-16 06:15:10 -04:00
|
|
|
join
|
2014-11-14 12:59:39 -05:00
|
|
|
make
|
2014-10-16 06:15:10 -04:00
|
|
|
od
|
|
|
|
patch
|
|
|
|
pathchk
|
|
|
|
sed
|
|
|
|
stty
|
|
|
|
tabs
|
|
|
|
tput
|
2014-10-16 06:01:25 -04:00
|
|
|
|
2015-02-08 17:28:00 -05:00
|
|
|
The following programs have been imported from OpenBSD and need
|
2014-11-13 11:32:53 -05:00
|
|
|
replacing or cleaning up:
|
2014-10-21 12:50:03 -04:00
|
|
|
|
|
|
|
printf
|
|
|
|
|
2015-02-08 17:28:00 -05:00
|
|
|
If you are looking for some work to do on sbase, another option is to
|
|
|
|
pick a utility from the list in the README which has missing flags or
|
|
|
|
features noted.
|
2014-11-13 11:32:53 -05:00
|
|
|
|
2015-02-08 17:28:00 -05:00
|
|
|
We also need to add support for UTF-8. We have imported libutf from
|
|
|
|
suckless.org and reworked all tools which used wchar.h.
|
|
|
|
What is left to do is replace all instances of wctype.h-usage with
|
|
|
|
functions in runetypebody.h, which is much saner than wctype.h.
|
2014-11-16 08:24:44 -05:00
|
|
|
|
2014-10-16 06:15:10 -04:00
|
|
|
[0] http://landley.net/toybox/roadmap.html
|
|
|
|
[1] http://git.suckless.org/ubase/
|