diff options
author | gregory guy <[email protected]> | 2019-10-11 13:59:59 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-10-14 22:47:48 +0900 |
commit | c58d7eeaaa618ed23f55d62d217fa32d9b2717e6 (patch) | |
tree | ad7e4407126b7aa11df3f147436bfc9e449fb15c /README | |
parent | c0950d29ccfb05eed3856c2bde20f1de8be6f837 (diff) | |
download | kdirstat-c58d7eeaaa618ed23f55d62d217fa32d9b2717e6.tar.gz kdirstat-c58d7eeaaa618ed23f55d62d217fa32d9b2717e6.zip |
Drop automake build support.
Add basic cmake build instructions.
Deleted obsolete files: build-howto.html and kdirstat.spec .
Change description in README.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 3ae7836398bbd45cdaa847f5339834e64af369b1)
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 9 insertions, 17 deletions
@@ -1,20 +1,12 @@ -This is a graphical "du" (disk usage) display. +Kdirstat - a graphical disk usage display for TDE. -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 <[email protected]> -2002-05-10 +KDirStat (TDE Directory Statistics) is a small utility program that sums +up disk usage for directory trees, very much like the Unix 'du' command. +It displays the disk space used up by a directory tree, both numerically +and graphically. It is network transparent (i.e you can use it to sum up +FTP servers) It comes with predefined and user configurable cleanup +actions. You can directly open a directory branch in Konqueror or the +shell of your choice then compress it to a .tar.bz2 archive or define +your own cleanup actions. |