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

A cross-platform port of GNU's coreutils to Go

Results 88 go-coreutils issues
Sort by recently updated
recently updated
newest added

Hi Eric! I am developing a shell package - see https://github.com/mvdan/sh. One of its components is an interpreter. That means I have to implement the shell builtins like `echo` and...

enhancement
help wanted
new command

The folder internal/flag seems to be very necessary to building this project, and it was removed a few commits ago.

Needs to be implemented.

available
new command

Using a fixed size byte array increases performance by x100 ```shell $ go run yes.go n | pv -r > /dev/null [1.07MiB/s] $ go run yes.go n | pv -r...

Needs to be implemented.

available
new command

Refactoring from ground-up

taken

Need some help creating generic build scripts. Basic idea would be a Go file inside the main repo that allows you to build any of the go-coreutils commands you want....

help wanted
available

taken
new command

Needs to be implemented similarly to GNU's touch.

available
new command