Two other open source command line tools, that display top disk space used, are:

### [**ncdu**][1]

Available in the repo of most Linux distributions.

 [![screenshot][2]][2]

### [**Top Disk Usage**][3] (`tdu`)

A single static binary with no dependencies, written in Golang.

 > You want to know what is using all your disk space ? This command-line tool estimates the disk space occupied by all files in a given path. It displays a sorted list of the biggest items. The estimation method is similar to the 'du -skx' command from GNU Coreutils package. 

 [![screenshot][4]][4]


 [1]: https://dev.yorhel.nl/ncdu
 [2]: https://i.sstatic.net/xFKmZQHi.png
 [3]: https://github.com/josephpaul0/tdu
 [4]: https://i.sstatic.net/gRdcL.png