mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-14 19:16:17 +00:00
README: Cleanup utility list
In PR #2300 an old commit got merged putting back utilities that were already implemented into "To Do". This commit reverts this. In addition it moves `numfmt` to Semi-Done and sorts the Semi-Done column alphabetically. This should now be the up-to-date list of utilities. There are 96 utilities in Done or Semi-Done and `ls -1 src/uu | wc -l` also outputs 96.
This commit is contained in:
parent
841b689477
commit
b7061d1817
1 changed files with 21 additions and 21 deletions
42
README.md
42
README.md
|
@ -342,22 +342,22 @@ To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md).
|
||||||
| Done | Semi-Done | To Do |
|
| Done | Semi-Done | To Do |
|
||||||
|-----------|-----------|--------|
|
|-----------|-----------|--------|
|
||||||
| arch | cp | chcon |
|
| arch | cp | chcon |
|
||||||
| base32 | expr | csplit |
|
| base32 | date | dd |
|
||||||
| base64 | install | dd |
|
| base64 | df | runcon |
|
||||||
| basename | ls | df |
|
| basename | expr | stty |
|
||||||
| cat | more | numfmt |
|
| cat | install | |
|
||||||
| chgrp | od (`--strings` and 128-bit data types missing) | runcon |
|
| chgrp | join | |
|
||||||
| chmod | printf | stty |
|
| chmod | ls | |
|
||||||
| chown | sort | |
|
| chown | more | |
|
||||||
| chroot | split | |
|
| chroot | numfmt | |
|
||||||
| cksum | tail | |
|
| cksum | od (`--strings` and 128-bit data types missing) | |
|
||||||
| comm | test | |
|
| comm | pr | |
|
||||||
| csplit | date | |
|
| csplit | printf | |
|
||||||
| cut | join | |
|
| cut | sort | |
|
||||||
| dircolors | df | |
|
| dircolors | split | |
|
||||||
| dirname | tac | |
|
| dirname | tac | |
|
||||||
| du | pr | |
|
| du | tail | |
|
||||||
| echo | | |
|
| echo | test | |
|
||||||
| env | | |
|
| env | | |
|
||||||
| expand | | |
|
| expand | | |
|
||||||
| factor | | |
|
| factor | | |
|
||||||
|
@ -374,12 +374,12 @@ To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md).
|
||||||
| link | | |
|
| link | | |
|
||||||
| ln | | |
|
| ln | | |
|
||||||
| logname | | |
|
| logname | | |
|
||||||
| ~~md5sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | |
|
| ~~md5sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | | |
|
||||||
| ~~sha1sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | |
|
| ~~sha1sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | | |
|
||||||
| ~~sha224sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | |
|
| ~~sha224sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | | |
|
||||||
| ~~sha256sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | |
|
| ~~sha256sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | | |
|
||||||
| ~~sha384sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | |
|
| ~~sha384sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | | |
|
||||||
| ~~sha512sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | |
|
| ~~sha512sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/uu/hashsum/src/hashsum.rs)) | | |
|
||||||
| mkdir | | |
|
| mkdir | | |
|
||||||
| mkfifo | | |
|
| mkfifo | | |
|
||||||
| mknod | | |
|
| mknod | | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue