du output inspection utility
Go to file
Harald Göttlicher 313c85a479
Update README.md
improve docs
2023-04-14 10:24:56 +02:00
LICENSE Initial commit 2013-07-31 11:45:23 -07:00
README.md Update README.md 2023-04-14 10:24:56 +02:00
tkdu.py ported to Python 3 2022-09-02 23:13:40 +02:00

tkdu

Fork of Jeff Epler's tkdu program to visualize disk usage and du output

Ported version for Python 3

See original version here or on its website.

Usage:
  tkdu.py <file.gz>     interpret file as gzipped `du -ak` output and visualize it
  tkdu.py <file>        interpret file as `du -ak > <file>` output and visualize it
  tkdu.py <folder>      analyze disk usage in that folder
  tkdu.py -             interpret stdin input as du -ak output and visualize it
  tkdu.py               ask for folder to analyze (only works for folders!)

Controls:
  * Press `q` to quit
  * left mouse buton: zoom in to item
  * right mouse button: zoom out one level
  * Press `1`..`9`: Show that many nested levels
  * Press `0`: Show man nested levels