Amend list of tools with asterisks
to mark tools considered finished. Finished doesn't mean work has stopped on these, but that these programs are in a satisfying state according to the current suckless coding practices, this includes having a 1) mandoc manpage 2) clean code In most cases, 1) was the failing criterion. So in the interest of finishing more tools and if you want to, well-written mandoc man- pages are very much appreciated.
This commit is contained in:
parent
2447dad2fb
commit
bab75bfe58
18
README
18
README
|
@ -4,11 +4,11 @@ sbase - suckless unix tools
|
|||
sbase is a collection of unix tools that are inherently portable
|
||||
across UNIX and UNIX-like systems.
|
||||
|
||||
The following tools are implemented:
|
||||
The following tools are implemented (* == finished):
|
||||
|
||||
UTILITY POSIX 2008 COMPLIANT MISSING OPTIONS
|
||||
------- -------------------- ---------------
|
||||
basename yes none
|
||||
* basename yes none
|
||||
cal pending pending
|
||||
cat yes none
|
||||
chgrp no -h, -H, -L, -P
|
||||
|
@ -16,11 +16,11 @@ chmod yes none
|
|||
chown no -h, -H, -L, -P
|
||||
chroot non-posix none
|
||||
cksum yes none
|
||||
cmp yes none
|
||||
cols non-posix none
|
||||
* cmp yes none
|
||||
* cols non-posix none
|
||||
comm yes none
|
||||
cp no -H, -i, -L
|
||||
cron non-posix none
|
||||
* cron non-posix none
|
||||
cut yes none
|
||||
date yes none
|
||||
dirname yes none
|
||||
|
@ -31,13 +31,13 @@ expand yes none
|
|||
expr yes none
|
||||
false yes none
|
||||
fold yes none
|
||||
grep yes none
|
||||
* grep yes none
|
||||
head yes none
|
||||
hostname non-posix none
|
||||
kill yes none
|
||||
* kill yes none
|
||||
link yes none
|
||||
ln yes none
|
||||
logger yes none
|
||||
* logger yes none
|
||||
logname yes none
|
||||
ls no -C, -H, -L, -R, -c, -q, -u
|
||||
md5sum non-posix none
|
||||
|
@ -51,7 +51,7 @@ nohup yes none
|
|||
paste yes none
|
||||
printenv non-posix none
|
||||
printf stolen stolen
|
||||
pwd yes none
|
||||
* pwd yes none
|
||||
readlink non-posix none
|
||||
renice yes none
|
||||
rm no -i
|
||||
|
|
Loading…
Reference in New Issue
Block a user