1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: dfc
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: cmake, debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://github.com/rolinh/dfc
Vcs-Git: https://salsa.debian.org/debian/dfc.git
Vcs-Browser: https://salsa.debian.org/debian/dfc
Rules-Requires-Root: no
Package: dfc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: display file system usage using graph and colors
dfc displays file system space usage using graphs and colors. In some ways, it
is a modernized version of df as it is able to use colors, draw graphs and
export its output to different formats such as CSV or HTML.
|