Go to file
2019-03-26 12:33:31 +03:00
dirname Add dirname 2019-03-26 12:33:31 +03:00
false Add false 2019-03-26 12:09:44 +03:00
true Add true 2019-03-26 12:05:35 +03:00
yes Add yes 2019-03-26 12:20:29 +03:00
.gitignore Initial commit 2019-03-26 08:42:48 +00:00
go.mod Initialize go.mod 2019-03-26 12:05:14 +03:00
LICENSE Initial commit 2019-03-26 08:42:48 +00:00
README.md Add dirname 2019-03-26 12:33:31 +03:00

go-coreutils

suckless-style coreutils in go

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

Implemeted utilities:

  • true
  • false
  • yes
  • dirname