From 4a62fc5726bac3e5babcc3436a82391436b68066 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Mon, 3 Feb 2020 20:52:12 +0000 Subject: [PATCH] Update README.md include dutree in alternatives --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30bf71d..7084be1 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Dust uses a parallel fetching implementation that greatly improves performance f ## Alternatives * [NCDU](https://dev.yorhel.nl/ncdu) +* [dutree](https://github.com/nachoparker/dutree) * du -d 1 -h | sort -h Note: Apparent-size is calculated slightly differently in dust to gdu. In dust each hard link is counted as using file_length space. In gdu only the first entry is counted.