GitXplorerGitXplorer
m

goreutils

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bcdbab39e84bf612d3b88f6fba5e333c2b53995e

Enhance README

mmiloshadzic committed 11 years ago
Unverified
4cfc5c55086b4f427f43afc92092371febd9d8b7

Add character/multibyte counting

mmiloshadzic committed 11 years ago
Unverified
41b710adbb77c35d547d226342bc75309ca35aef

Exit code 0 if all ok

mmiloshadzic committed 11 years ago
Unverified
2cdf7529c1483a43d2d0c04272deb052496c39f1

Nicer wc output with tabwriter

mmiloshadzic committed 11 years ago
Unverified
9ff23b6470272e0a47e472350904e5999fdb6c1f

Implement usage and the -w flag for fold

mmiloshadzic committed 11 years ago
Unverified
c16741973d589e102585a55f74498eea14106a4d

Make fold work without arguments

mmiloshadzic committed 11 years ago

README

The README file for this repository.

goreutils

An implementation of GNU Coreutils(go + coreutils = goreutils. Get it? Hahaha...) in the Go programming language. This project is not meant to replace coreutils just help me check out what Go is like.

The resulting binaries are a lot bigger than the coreutils versions, largely due to static linking. They are also a bit slower but still plenty fast.

For now there's only:

  • wc
  • fold - only the -w flag is implemented.