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.
Program usage
Usage: tdu [options] [directory]
-b n Number of big files shown (default 7)
-l n Number of depth1 items shown (default 15)
--max Show deepest and longest paths
-o file Export result to Ncdu JSON format
(https://dev.yorhel.nl/ncdu/jsonfmt)
-e n Number of empty directories shown (default 0)
-d n Number of access denied directories shown (default 0)
-f n Number of character and block devices shown (default 0)
-t n Number of sockets and named pipes shown (default 0)
-s n Number of file status errors shown (default 0)
--human Print sizes in human readable format (default yes)
--human=false Print sizes in kilobytes
--consolemax Maximize console window (on Windows only, default no)
--version Program info and usage
--license Show the GNU General Public License V2
--help Program help