Skip to content
/ tkdu Public
forked from daniel-beck/tkdu

Fork of Jeff Epler's tkdu program to visualize disk usage and `du` output — ARCHIVED as I haven't used this myself in years

License

Notifications You must be signed in to change notification settings

harry-g/tkdu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

Example for a gzipped input with timestamp in the file name:

time du -ak /my-main-dir | gzip > du.log-$( date +%Y%m%d-%H%M%S ).gz

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 max nested levels

About

Fork of Jeff Epler's tkdu program to visualize disk usage and `du` output — ARCHIVED as I haven't used this myself in years

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%