mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
Merge pull request #1062 from Arcterus/table-utils
Format list of complete and incomplete utils as a table
This commit is contained in:
commit
11c3eff52e
1 changed files with 89 additions and 103 deletions
192
README.md
192
README.md
|
@ -145,110 +145,96 @@ Contribute
|
||||||
|
|
||||||
To contribute to coreutils, please see [CONTRIBUTING](CONTRIBUTING.md).
|
To contribute to coreutils, please see [CONTRIBUTING](CONTRIBUTING.md).
|
||||||
|
|
||||||
To do
|
Utilities
|
||||||
-----
|
---------
|
||||||
|
|
||||||
* [x] arch
|
| Done | Semi-Done | To Do |
|
||||||
* [x] base32
|
|-----------|-----------|--------|
|
||||||
* [x] base64
|
| arch | cp | chcon |
|
||||||
* [x] basename
|
| base32 | expr (no regular expressions) | csplit |
|
||||||
* [x] cat
|
| base64 | install | date |
|
||||||
* [ ] chcon
|
| basename | ls | dd |
|
||||||
* [x] chgrp
|
| cat | more | df |
|
||||||
* [x] chmod
|
| chgrp | od (`--strings` and 128-bit data types missing) | join |
|
||||||
* [x] chown
|
| chmod | printf | numfmt |
|
||||||
* [x] chroot
|
| chown | sort | pr |
|
||||||
* [x] cksum
|
| chroot | split | runcon |
|
||||||
* [x] comm
|
| cksum | tail | stty |
|
||||||
* [ ] cp (not much done)
|
| comm | test | |
|
||||||
* [ ] csplit
|
| cut | | |
|
||||||
* [x] cut
|
| dircolors | | |
|
||||||
* [ ] date
|
| dirname | | |
|
||||||
* [ ] dd
|
| du | | |
|
||||||
* [ ] df
|
| echo | | |
|
||||||
* [x] dircolors
|
| env | | |
|
||||||
* [x] dirname
|
| expand | | |
|
||||||
* [x] du
|
| factor | | |
|
||||||
* [x] echo
|
| false | | |
|
||||||
* [x] env
|
| fmt | | |
|
||||||
* [x] expand
|
| fold | | |
|
||||||
* [ ] expr (almost done, no regular expressions)
|
| groups | | |
|
||||||
* [x] factor
|
| hashsum | | |
|
||||||
* [x] false
|
| head | | |
|
||||||
* [x] fmt
|
| hostid | | |
|
||||||
* [x] fold
|
| hostname | | |
|
||||||
* [x] groups
|
| id | | |
|
||||||
* [x] hashsum
|
| kill | | |
|
||||||
* [x] head
|
| link | | |
|
||||||
* [x] hostid
|
| ln | | |
|
||||||
* [x] hostname
|
| logname | | |
|
||||||
* [x] id
|
| ~~md5sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/hashsum/hashsum.rs)) | |
|
||||||
* [ ] install (a couple of missing options)
|
| ~~sha1sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/hashsum/hashsum.rs)) | |
|
||||||
* [ ] join
|
| ~~sha224sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/hashsum/hashsum.rs)) | |
|
||||||
* [x] kill
|
| ~~sha256sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/hashsum/hashsum.rs)) | |
|
||||||
* [x] link
|
| ~~sha384sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/hashsum/hashsum.rs)) | |
|
||||||
* [x] ln
|
| ~~sha512sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/hashsum/hashsum.rs)) | |
|
||||||
* [x] logname
|
| mkdir | | |
|
||||||
* [ ] ls
|
| mkfifo | | |
|
||||||
* [x] ~~md5sum~~, ~~sha1sum~~, ~~sha224sum~~, ~~sha256sum~~, ~~sha384sum~~, ~~sha512sum~~ (replaced by [hashsum](https://github.com/uutils/coreutils/blob/master/src/hashsum/hashsum.rs))
|
| mknod | | |
|
||||||
* [x] mkdir
|
| mktemp | | |
|
||||||
* [x] mkfifo
|
| mv | | |
|
||||||
* [x] mknod
|
| nice | | |
|
||||||
* [x] mktemp
|
| nl | | |
|
||||||
* [x] mv
|
| nohup | | |
|
||||||
* [ ] more (in progress, needs lots of work)
|
| nproc | | |
|
||||||
* [x] nice
|
| paste | | |
|
||||||
* [x] nl
|
| pathchk | | |
|
||||||
* [x] nohup
|
| pinky | | |
|
||||||
* [x] nproc
|
| printenv | | |
|
||||||
* [ ] numfmt
|
| ptx | | |
|
||||||
* [ ] od (almost complete, `--strings` and 128-bit datatypes are missing)
|
| pwd | | |
|
||||||
* [x] paste
|
| readlink | | |
|
||||||
* [x] pathchk
|
| realpath | | |
|
||||||
* [x] pinky
|
| relpath | | |
|
||||||
* [ ] pr
|
| rm | | |
|
||||||
* [x] printenv
|
| rmdir | | |
|
||||||
* [ ] printf
|
| seq | | |
|
||||||
* [x] ptx
|
| shred | | |
|
||||||
* [x] pwd
|
| shuf | | |
|
||||||
* [x] readlink
|
| sleep | | |
|
||||||
* [x] realpath
|
| stat | | |
|
||||||
* [x] relpath
|
| stdbuf | | |
|
||||||
* [x] rm
|
| sum | | |
|
||||||
* [x] rmdir
|
| sync | | |
|
||||||
* [ ] runcon
|
| tac | | |
|
||||||
* [x] seq
|
| tee | | |
|
||||||
* [x] shred
|
| timeout | | |
|
||||||
* [x] shuf
|
| touch | | |
|
||||||
* [x] sleep
|
| tr | | |
|
||||||
* [ ] sort (a couple of options implemented)
|
| true | | |
|
||||||
* [ ] split (a couple of missing options)
|
| truncate | | |
|
||||||
* [x] stat
|
| tsort | | |
|
||||||
* [x] stdbuf
|
| tty | | |
|
||||||
* [ ] stty
|
| uname | | |
|
||||||
* [x] sum
|
| unexpand | | |
|
||||||
* [x] sync
|
| uniq | | |
|
||||||
* [x] tac
|
| unlink | | |
|
||||||
* [ ] tail (not all features implemented)
|
| uptime | | |
|
||||||
* [x] tee
|
| users | | |
|
||||||
* [ ] test (not all features implemented)
|
| wc | | |
|
||||||
* [x] timeout
|
| who | | |
|
||||||
* [x] touch
|
| whoami | | |
|
||||||
* [x] tr
|
| yes | | |
|
||||||
* [x] true
|
|
||||||
* [x] truncate
|
|
||||||
* [x] tsort
|
|
||||||
* [x] tty
|
|
||||||
* [x] uname
|
|
||||||
* [x] unexpand
|
|
||||||
* [x] uniq
|
|
||||||
* [x] unlink
|
|
||||||
* [x] uptime
|
|
||||||
* [x] users
|
|
||||||
* [x] wc
|
|
||||||
* [x] who
|
|
||||||
* [x] whoami
|
|
||||||
* [x] yes
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue