Dust - Disk usage analyzer
Dust
is a disk analyzer that shows a nice view of the file system tree.
Dust
is intended to improve the common CLI tool du
by provides several useful information in the same view.
It shows the directory tree, the size of various directories, and a visual map of the disk.
From the documentation "Dust will print a maximum of one 'Did not have permissions message'", making the output cleaner when there are many directories that could not be accessed due to permission issues.
References
- Author: Andy Boot and Joe Ardent
- License: Apache License 2.0
- Programming language: Rust
- Source code: https://github.com/bootandy/dust