Go to file
2019-03-26 13:37:48 +03:00
basename Add basename 2019-03-26 13:05:19 +03:00
dirname Refactor usage() in dirname 2019-03-26 12:39:35 +03:00
echo Add echo 2019-03-26 13:17:44 +03:00
false Add false 2019-03-26 12:09:44 +03:00
printenv Add printenv 2019-03-26 13:32:28 +03:00
true Add true 2019-03-26 12:05:35 +03:00
yes Accept multiple strings as command-line arguments 2019-03-26 12:35:50 +03:00
.gitignore Initial commit 2019-03-26 08:42:48 +00:00
go.mod Add basename 2019-03-26 13:05:19 +03:00
go.sum Add basename 2019-03-26 13:05:19 +03:00
LICENSE Initial commit 2019-03-26 08:42:48 +00:00
README.md Use tables in README.md 2019-03-26 13:37:48 +03:00

go-coreutils

suckless-style coreutils in go

The plan is to implement all the utilities from the sbase list with some additions

Utilities list:

Utility Implemented
true [x]
false [x]
yes [x]
dirname [x]
basename [x]
echo [x]
printenv [x]