From b38aea0ebc4ffc26d6782ff5a859e57550cb5e09 Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Thu, 22 Jul 2021 18:52:27 +0200 Subject: [PATCH] Add gdu **Please provide package links to:** - repo link (github.com, gitlab.com, etc): https://github.com/dundee/gdu - pkg.go.dev: https://pkg.go.dev/github.com/dundee/gdu - goreportcard.com: https://goreportcard.com/report/github.com/dundee/gdu - coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), [gocover](http://gocover.io/) etc.): https://coveralls.io/github/dundee/gdu?branch=master Very good coverage **Note**: _that new categories can be added only when there are 3 packages or more._ **Make sure that you've checked the boxes below before you submit PR:** _not every repository (project) will fit into every option, but most projects should_ - [x] I have added my package in alphabetical order. - [x] I have an appropriate description with correct grammar. - [x] I know that this package was not listed before. - [x] I have added pkg.go.dev link to the repo and to my pull request. - [x] I have added coverage service link to the repo and to my pull request. - [x] I have added goreportcard link to the repo and to my pull request. - [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standards). Thanks for your PR, you're awesome! :+1: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5587559c..931461c4 100644 --- a/README.md +++ b/README.md @@ -775,6 +775,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [checksum](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5 and SHA256, for large files. * [copy](https://github.com/otiai10/copy) - Copy directory recursively. * [flop](https://github.com/homedepot/flop) - File operations library which aims to mirror feature parity with [GNU cp](https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html). +* [gdu](https://github.com/dundee/gdu) - Disk usage analyzer with console interface * [go-csv-tag](https://github.com/artonge/go-csv-tag) - Load csv file using tag. * [go-decent-copy](https://github.com/hugocarreira/go-decent-copy) - Copy files for humans. * [go-exiftool](https://github.com/barasher/go-exiftool) - Go bindings for ExifTool, the well-known library used to extract as much metadata as possible (EXIF, IPTC, ...) from files (pictures, PDF, office, ...).