You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
1.6 KiB
105 lines
1.6 KiB
# go-coreutils |
|
|
|
suckless-style coreutils in go |
|
|
|
The plan is to implement all the utilities from the |
|
[sbase list](https://git.suckless.org/sbase/file/README.html) |
|
with some additions |
|
|
|
Utilities: |
|
|
|
* [x] `basename` |
|
* [ ] `cal` |
|
* [ ] `cat` |
|
* [ ] `chgrp` |
|
* [ ] `chmod` |
|
* [ ] `chown` |
|
* [ ] `chroot` |
|
* [ ] `cksum` |
|
* [ ] `cmp` |
|
* [ ] `cols` |
|
* [ ] `comm` |
|
* [ ] `cp` |
|
* [ ] `cron` |
|
* [ ] `cut` |
|
* [ ] `date` |
|
* [x] `dirname` |
|
* [ ] `du` |
|
* [x] `echo` |
|
* [ ] `ed` |
|
* [ ] `env` |
|
* [ ] `expand` |
|
* [ ] `expr` |
|
* [x] `false` |
|
* [ ] `find` |
|
* [ ] `flock` |
|
* [ ] `fold` |
|
* [ ] `getconf` |
|
* [ ] `grep` |
|
* [ ] `head` |
|
* [ ] `hostname` |
|
* [ ] `join` |
|
* [ ] `kill` |
|
* [ ] `link` |
|
* [ ] `ln` |
|
* [ ] `logger` |
|
* [ ] `logname` |
|
* [ ] `ls` |
|
* [ ] `md5sum` |
|
* [ ] `mkdir` |
|
* [ ] `mkfifo` |
|
* [ ] `mktemp` |
|
* [ ] `mv` |
|
* [ ] `nice` |
|
* [ ] `nl` |
|
* [ ] `nohup` |
|
* [ ] `od` |
|
* [ ] `paste` |
|
* [ ] `pathchk` |
|
* [x] `printenv` |
|
* [ ] `printf` |
|
* [ ] `pwd` |
|
* [ ] `readlink` |
|
* [ ] `renice` |
|
* [ ] `rev` |
|
* [ ] `rm` |
|
* [ ] `rmdir` |
|
* [ ] `sed` |
|
* [ ] `seq` |
|
* [ ] `setsid` |
|
* [ ] `sha1sum` |
|
* [ ] `sha224sum` |
|
* [ ] `sha256sum` |
|
* [ ] `sha384sum` |
|
* [ ] `sha512-224sum` |
|
* [ ] `sha512-256sum` |
|
* [ ] `sha512sum` |
|
* [ ] `sleep` |
|
* [ ] `sort` |
|
* [ ] `split` |
|
* [ ] `sponge` |
|
* [ ] `strings` |
|
* [ ] `sync` |
|
* [ ] `tail` |
|
* [ ] `tar` |
|
* [ ] `tee` |
|
* [ ] `test` |
|
* [ ] `tftp` |
|
* [ ] `time` |
|
* [ ] `touch` |
|
* [ ] `tr` |
|
* [x] `true` |
|
* [ ] `tsort` |
|
* [ ] `tty` |
|
* [ ] `uname` |
|
* [ ] `unexpand` |
|
* [ ] `uniq` |
|
* [ ] `unlink` |
|
* [ ] `uudecode` |
|
* [ ] `uuencode` |
|
* [ ] `wc` |
|
* [ ] `which` |
|
* [ ] `whoami` |
|
* [ ] `xargs` |
|
* [ ] `xinstall` |
|
* [x] `yes`
|
|
|