From be7a9181b2cd5a702d8622cae83c4967e0f13ec4 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Tue, 22 Jun 2021 13:13:51 +0100 Subject: [PATCH] Add alternative tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b409129..63af519 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Usage: dust -b (do not show percentages or draw ASCII bars) * [NCDU](https://dev.yorhel.nl/ncdu) * [dutree](https://github.com/nachoparker/dutree) +* [dua](https://github.com/Byron/dua-cli/) +* [pdu](https://github.com/KSXGitHub/parallel-disk-usage) * 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.