diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 15:23:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | c6a113d9e6c3dcb2b136816e25be6654e3ff3338 (patch) | |
tree | 194aeca03059783eb6ffdc91ae50e2bbb6005ae2 | |
parent | ccd46138353308f74473e750b85ec2916626c843 (diff) | |
download | slackbuilds-c6a113d9e6c3dcb2b136816e25be6654e3ff3338.tar.gz |
system/qdirstat: Fix README.
-rw-r--r-- | system/qdirstat/README | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/system/qdirstat/README b/system/qdirstat/README index 0b2a502880..836b12ddd5 100644 --- a/system/qdirstat/README +++ b/system/qdirstat/README @@ -1,15 +1,15 @@ -QDirStat is a graphical application to show where your disk space has gone -and to help you to clean it up. +QDirStat is a graphical application to show where your disk space has +gone and to help you to clean it up. -This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. -It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on -Linux, BSD and other Unix-like systems. +This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on +the latest Qt 5. It does not need any KDE libs or infrastructure. It +runs on every X11-based desktop on Linux, BSD and other Unix-like systems. QDirStat has a number of new features compared to KDirStat. To name a few: - * Multi-selection in both the tree and the treemap. - * Unlimited number of user-defined cleanup actions. - * Properly show errors of cleanup actions (and their output, if desired). - * File categories (MIME types) and their treemap color are now configurable. - * Exclude rules for directories are easily configurable. - * Desktop-agnostic; no longer relies on KDE or any other specific desktop. + * Multi-selection in both the tree and the treemap. + * Unlimited number of user-defined cleanup actions. + * Properly show errors of cleanup actions (and their output, if desired). + * File categories (MIME types) and their treemap color are now configurable. + * Exclude rules for directories are easily configurable. + * Desktop-agnostic; no longer relies on KDE or any other specific desktop. |