dust

du-dust 1.2.6

du, but more intuitive

https://github.com/bootandy/dust
Apache License 2.0
main program: dustprograms: dust
Maintainers
Platforms (38)
riscv32-linuxx86_64-redoxx86_64-linuxpowerpc64-linuxarmv7l-netbsdmipsel-netbsdaarch64-netbsdaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  dust
];
Ad-hoc shell
nix-shell -p dust
Flake (nix run)
nix run nixpkgs#dust