Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmage/godu
Faster du
https://github.com/hmage/godu
Last synced: about 1 month ago
JSON representation
Faster du
- Host: GitHub
- URL: https://github.com/hmage/godu
- Owner: hmage
- Created: 2020-08-28T15:43:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T22:40:31.000Z (over 4 years ago)
- Last Synced: 2023-08-07T11:38:33.504Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.