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.
dtluna
0d47614282
|
6 years ago | |
---|---|---|
basename | 6 years ago | |
dirname | 6 years ago | |
echo | 6 years ago | |
false | 6 years ago | |
printenv | 6 years ago | |
true | 6 years ago | |
yes | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
go.mod | 6 years ago | |
go.sum | 6 years ago |
README.md
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] |