1
0
mirror of http://git.dtluna.net/tomo/go-coreutils.git synced 2025-01-05 14:15:59 +00:00
Go to file
2019-03-27 14:44:53 +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
head Add head 2019-03-26 15:52:29 +03:00
md5sum Implement md5sum 2019-03-27 13:50:52 +03:00
printenv Add printenv 2019-03-26 13:32:28 +03:00
sha1sum Add sha1sum 2019-03-27 14:19:54 +03:00
sha224sum Add sha224sum 2019-03-27 14:26:15 +03:00
sha256sum Add sha256sum 2019-03-27 14:30:04 +03:00
sha384sum Add sha384sum 2019-03-27 14:36:21 +03:00
sha512-224sum Add sha512-224sum 2019-03-27 14:42:51 +03:00
sha512-256sum Add sha512-256sum 2019-03-27 14:44:53 +03:00
sha512sum Add sha512sum 2019-03-27 14:38:53 +03:00
test_data Implement md5sum 2019-03-27 13:50:52 +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
error.go Implement md5sum 2019-03-27 13:50:52 +03:00
go.mod Add head 2019-03-26 15:52:29 +03:00
go.sum Implement md5sum 2019-03-27 13:50:52 +03:00
hashsum_test.go Implement md5sum 2019-03-27 13:50:52 +03:00
hashsum.go Add sha512-256sum 2019-03-27 14:44:53 +03:00
LICENSE Initial commit 2019-03-26 08:42:48 +00:00
README.md Add sha512-256sum 2019-03-27 14:44:53 +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:

  • basename
  • cal
  • cat
  • chgrp
  • chmod
  • chown
  • chroot
  • cksum
  • cmp
  • cols
  • comm
  • cp
  • cron
  • cut
  • date
  • dirname
  • du
  • echo
  • ed
  • env
  • expand
  • expr
  • false
  • find
  • flock
  • fold
  • getconf
  • grep
  • head
  • hostname
  • join
  • kill
  • link
  • ln
  • logger
  • logname
  • ls
  • md5sum
  • mkdir
  • mkfifo
  • mktemp
  • mv
  • nice
  • nl
  • nohup
  • od
  • paste
  • pathchk
  • printenv
  • printf
  • pwd
  • readlink
  • renice
  • rev
  • rm
  • rmdir
  • sed
  • seq
  • setsid
  • sha1sum
  • sha224sum
  • sha256sum
  • sha384sum
  • sha512-224sum
  • sha512-256sum
  • sha512sum
  • sleep
  • sort
  • split
  • sponge
  • strings
  • sync
  • tail
  • tar
  • tee
  • test
  • tftp
  • time
  • touch
  • tr
  • true
  • tsort
  • tty
  • uname
  • unexpand
  • uniq
  • unlink
  • uudecode
  • uuencode
  • wc
  • which
  • whoami
  • xargs
  • xinstall
  • yes