Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leecannon/zig-coreutils
A single executable implementation of various coreutils.
https://github.com/leecannon/zig-coreutils
coreutils zig ziglang
Last synced: 7 days ago
JSON representation
A single executable implementation of various coreutils.
- Host: GitHub
- URL: https://github.com/leecannon/zig-coreutils
- Owner: leecannon
- License: mit
- Archived: true
- Created: 2021-08-04T21:10:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T17:22:50.000Z (about 1 year ago)
- Last Synced: 2024-10-02T07:04:43.367Z (4 months ago)
- Topics: coreutils, zig, ziglang
- Language: Zig
- Homepage:
- Size: 253 KB
- Stars: 31
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-coreutils [![CI](https://github.com/leecannon/zig-coreutils/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/leecannon/zig-coreutils/actions/workflows/main.yml)
A single executable implementation of various coreutils.
Compatibility with GNU coreutils is only a nice to have it is not a requirement.
Wherever their options are annoying, force inefficent implementation or are very rarely used then differences are acceptable.Any tools not in GNU coreutils are acceptable as well.
Currently Linux only to ease development.
---
## Progress
### Subcommands completed:
* basename
* clear
* dirname
* false
* groups
* nprocs
* touch
* true
* whoami
* yes### Subcommands todo:
* [
* b2sum
* base32
* base64
* basenc
* cat
* chcon
* chgrp
* chmod
* chown
* chroot
* cksum
* comm
* cp
* csplit
* cut
* date
* dd
* df
* diff
* dir
* dircolors
* dirname
* du
* echo
* env
* expand
* expr
* factor
* false
* fmt
* fold
* hash
* head
* hostid
* id
* install
* join
* link
* ln
* logname
* ls
* md5sum
* mkdir
* mkfifo
* mknod
* mktemp
* mv
* nice
* nl
* nohup
* nproc
* numfmt
* od
* paste
* patch
* pathchk
* pinky
* pr
* printenv
* printf
* ptx
* pwd
* readlink
* realpath
* rm
* rmdir
* runcon
* sed
* seq
* sha1sum
* sha224sum
* sha256sum
* sha384sum
* sha512sum
* shred
* shuf
* sleep
* sort
* split
* stat
* stdbuf
* stty
* sum
* sync
* tac
* tail
* tee
* test
* time
* timeout
* tr
* truncate
* tsort
* tty
* uname
* unexpand
* uniq
* unlink
* uptime
* users
* vdir
* wc
* who