1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: qdirstat
Section: x11
Priority: optional
Homepage: https://github.com/shundhammer/qdirstat
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13),
qtbase5-dev-tools,
qtbase5-dev,
zlib1g-dev,
qt5-qmake
Rules-Requires-Root: no
Standards-Version: 4.6.2
Package: qdirstat
Architecture: any
Depends: ${shlibs:Depends},
${perl:Depends},
${misc:Depends},
liburi-perl
Description: Qt-based directory statistics
QDirStat is a graphical application to show where your disk space has gone and
to help you to clean it up.
.
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.
|