Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 790 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 790 Bytes

tkdu

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

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 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

Controls:
  * Press `q` to quit
  * LMB: zoom in to item
  * RMB: zoom out one level
  * Press `1`..`9`: Show that many nested levels
  * Press `0`: Show man nested levels