zig-coreutils icon indicating copy to clipboard operation
zig-coreutils copied to clipboard

A single executable implementation of various coreutils.

Results 3 zig-coreutils issues
Sort by recently updated
recently updated
newest added

That's it, have you looked into transpiling C to Zig? It could alleviate the process of porting by hand, also, give the GNU coreutils are stupidly big and non-POSIX, why...

The functionality for short and extended help was implemented in https://github.com/leecannon/zig-coreutils/commit/09c72e74746b3edfc05bee03cdb688c64259a6d3. This issue will be left open to track adding examples to any subcommands that could use them. - [x]...

enhancement
help wanted

I wanted to hack on some coreutils to teach myself Zig. I was going to start by pulling in the Rust MIT license coreutils shell expectation tests and GNU shell...

enhancement
help wanted