From a8725711fa633c5311e197c584a24a04fa1d70f2 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Tue, 22 Jun 2021 13:16:52 +0100 Subject: [PATCH] README: Add another tool to list of alternatives --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bbbc780..529fa15f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Usage: dust -b (do not show percentages or draw ASCII bars) * [dutree](https://github.com/nachoparker/dutree) * [dua](https://github.com/Byron/dua-cli/) * [pdu](https://github.com/KSXGitHub/parallel-disk-usage) +* [dirstat-rs](https://github.com/scullionw/dirstat-rs) * 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.