Disk Usage Terminal Tools
Disk usage tools answer where the space went. The traditional answers are du and df, which print per directory and per filesystem totals as plain text.
Newer versions scan directories in parallel, sort the largest entries first, and draw the result as a tree or a treemap that can be walked with the arrow keys and pruned along the way. Sysadmins and developers open them when a build server fills up, a container image comes out larger than expected, or a laptop reports no free space. Once the culprit is found, the disk cleanup tools take it from there.
Below is a list of terminal tools that measure and explore disk usage.

cull
Interactive TUI disk space analyzer.
Interactive TUI disk space analyzer.

darya
A disk usage explorer with a TUI and live treemap.
A disk usage explorer with a TUI and live treemap.

diskbloom
A pastel, WizTree-style treemap disk visualizer that lives in your terminal.
A pastel, WizTree-style treemap disk visualizer that lives in your terminal.

diskonaut
terminal disk space navigator.
terminal disk space navigator.

dua
View disk space usage and delete unwanted data, fast.
View disk space usage and delete unwanted data, fast.

duf
Disk Usage/Free Utility - a better 'df' alternative.
Disk Usage/Free Utility - a better 'df' alternative.

dusage
A command line disk usage information tool.
A command line disk usage information tool.

dust
A more intuitive version of du in rust
A more intuitive version of du in rust

dysk
A linux utility listing your filesystems.
A linux utility listing your filesystems.

erdtree
A general purpose filesystem and disk-usage utility.
A general purpose filesystem and disk-usage utility.

gdu
Pretty fast disk usage analyzer
Pretty fast disk usage analyzer

mcdu
A modern disk usage analyzer & developer cleanup tool with a TUI.
A modern disk usage analyzer & developer cleanup tool with a TUI.

ncdu
A ncurses based disk usage analyzer
A ncurses based disk usage analyzer

pdu
Highly parallelized, blazing fast directory tree analyzer.
Highly parallelized, blazing fast directory tree analyzer.

redu
ncdu for your restic repository.
ncdu for your restic repository.

wiper
A TUI disk analyser and cleanup tool.
A TUI disk analyser and cleanup tool.
Know any terminal tools that would be good for this list? Post a Tool here!