KDirStat – a graphical disk usage utility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Slávek Banko 37cf3496ac
Reset submodule main/applications/kdirstat/admin to latest HEAD
11 years ago
admin@6613b274c8 Reset submodule main/applications/kdirstat/admin to latest HEAD 11 years ago
cmake@9773bff74a Reset submodule main/applications/kdirstat/cmake to latest HEAD 11 years ago
doc Fix typos. 12 years ago
kdirstat Fix inadvertent tqt changes. 11 years ago
po Added abandoned KDE3 version of kdirstat 14 years ago
.gitmodules Add common directories 12 years ago
AUTHORS Added abandoned KDE3 version of kdirstat 14 years ago
COPYING Added abandoned KDE3 version of kdirstat 14 years ago
COPYING.LIB Added abandoned KDE3 version of kdirstat 14 years ago
CREDITS Added abandoned KDE3 version of kdirstat 14 years ago
ChangeLog Added abandoned KDE3 version of kdirstat 14 years ago
INSTALL Added abandoned KDE3 version of kdirstat 14 years ago
Makefile.am Added abandoned KDE3 version of kdirstat 14 years ago
Makefile.cvs Added abandoned KDE3 version of kdirstat 14 years ago
Makefile.dist Added abandoned KDE3 version of kdirstat 14 years ago
README Added abandoned KDE3 version of kdirstat 14 years ago
TODO Added abandoned KDE3 version of kdirstat 14 years ago
acinclude.m4 Update HTML install path references. 12 years ago
aclocal.m4 Added abandoned KDE3 version of kdirstat 14 years ago
build-howto.html Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
config.h.in Added abandoned KDE3 version of kdirstat 14 years ago
configure.files Added abandoned KDE3 version of kdirstat 14 years ago
configure.in Added abandoned KDE3 version of kdirstat 14 years ago
configure.in.in Added abandoned KDE3 version of kdirstat 14 years ago
kdirstat.kdevprj Update HTML install path references. 12 years ago
kdirstat.lsm Added abandoned KDE3 version of kdirstat 14 years ago
kdirstat.spec Update HTML install path references. 12 years ago
stamp-h.in Added abandoned KDE3 version of kdirstat 14 years ago
subdirs Added abandoned KDE3 version of kdirstat 14 years ago

README

This is a graphical "du" (disk usage) display.

What you see here is a 90% rewrite - GUI, engine, everything.  The one thing it
can do a whole lot better than the old version is stay on one file system - the
single most most requested feature. Plus, it's way faster for large directory
trees - scanning an entire Linux file system no longer takes 30+
minutes. Rather, it's about 2-3 minutes: The old version seemed to have
problems with system buffer thrashing due to too many directories open for
reading at one time - the new version uses an internal queue and keeps only one
directory open.

For more details, see the KDirStat home page at

	http://kdirstat.sourceforge.net/



Stefan Hundhammer <sh@suse.de>
2002-05-10