Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmage/godu

Faster du
https://github.com/hmage/godu

Last synced: about 1 month ago
JSON representation

Faster du

Awesome Lists containing this project

README

        

# godu

Reimplemetaion of `du` in golang.

## Installation

```
go get github.com/hmage/godu
```

## Usage

```
godu
```

Output is coded to match `du -m` exactly byte-for-byte.